diff options
author | David Nyström <david.c.nystrom@gmail.com> | 2013-09-25 11:52:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-26 16:37:13 +0100 |
commit | 829edcb6e59e2e20dd4165b727b685f286f38031 (patch) | |
tree | 7eaf1d713b8c088c2e5a043393d051f9add4f6dd /meta | |
parent | f90e1a45a042468e4e9a0fc91b57c6dba6f7adc9 (diff) | |
download | openembedded-core-829edcb6e59e2e20dd4165b727b685f286f38031.tar.gz openembedded-core-829edcb6e59e2e20dd4165b727b685f286f38031.tar.bz2 openembedded-core-829edcb6e59e2e20dd4165b727b685f286f38031.zip |
nativesdk-packagegroup-sdk-host: Add nativesdk-shadow
Add useradd, groupadd et.c. since all target packages
which inherits useradd will have a postinstall hook
dependecy against the yocto specific groupadd.
Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index 84fb95d393..95f98c8a17 100644 --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb @@ -20,6 +20,7 @@ RDEPENDS_${PN} = "\ nativesdk-libtool \ nativesdk-autoconf \ nativesdk-automake \ + nativesdk-shadow \ " RDEPENDS_${PN}_darwin = "\ |