summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Nyström <david.c.nystrom@gmail.com>2013-09-25 11:52:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-26 16:37:55 +0100
commit141d4f3179d92cfc12ae4622acf415b67ee4a661 (patch)
tree4c95cb7c3368960b466e42dc1ade9652716aff7f
parentd43d7b1893841f9f65e992921c0808a61d25da60 (diff)
downloadast2050-yocto-poky-141d4f3179d92cfc12ae4622acf415b67ee4a661.zip
ast2050-yocto-poky-141d4f3179d92cfc12ae4622acf415b67ee4a661.tar.gz
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. (From OE-Core rev: 829edcb6e59e2e20dd4165b727b685f286f38031) 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>
-rw-r--r--meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb1
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 84fb95d..95f98c8 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 = "\
OpenPOWER on IntegriCloud