From 829edcb6e59e2e20dd4165b727b685f286f38031 Mon Sep 17 00:00:00 2001 From: David Nyström Date: Wed, 25 Sep 2013 11:52:23 +0000 Subject: nativesdk-packagegroup-sdk-host: Add nativesdk-shadow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core') 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 = "\ -- cgit 1.2.3-korg