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:55 +0100 |
commit | 141d4f3179d92cfc12ae4622acf415b67ee4a661 (patch) | |
tree | 4c95cb7c3368960b466e42dc1ade9652716aff7f /meta | |
parent | d43d7b1893841f9f65e992921c0808a61d25da60 (diff) | |
download | 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>
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} = "\ | |||
20 | nativesdk-libtool \ | 20 | nativesdk-libtool \ |
21 | nativesdk-autoconf \ | 21 | nativesdk-autoconf \ |
22 | nativesdk-automake \ | 22 | nativesdk-automake \ |
23 | nativesdk-shadow \ | ||
23 | " | 24 | " |
24 | 25 | ||
25 | RDEPENDS_${PN}_darwin = "\ | 26 | RDEPENDS_${PN}_darwin = "\ |