[oe-commits] =?UTF-8?Q?David=20Nystr=C3=B6m=20?=: nativesdk-packagegroup-sdk-host: Add nativesdk-shadow

git at git.openembedded.org git at git.openembedded.org
Thu Sep 26 15:25:58 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 829edcb6e59e2e20dd4165b727b685f286f38031
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=829edcb6e59e2e20dd4165b727b685f286f38031

Author: David Nyström <david.c.nystrom at gmail.com>
Date:   Wed Sep 25 11:52:23 2013 +0000

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 at enea.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../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 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 = "\



More information about the Openembedded-commits mailing list