summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-09 17:30:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:38:16 +0000
commit110d4995448a64cc288dc1c9af58d8b4e1bf915a (patch)
tree64a01789c7572f0bba5e5f04c457bdf0f3156997 /meta/classes
parent7fe64f43f4b45b1f0821eb94f26b13067409b50d (diff)
downloadpoky-110d4995448a64cc288dc1c9af58d8b4e1bf915a.tar.gz
useradd: Add missing DEPEND on shadow
Without this rootfs generation fails as an RDEPENDS is added but the package might not have bneen built. (From OE-Core rev: bfe70c6446e6686f826f01040ba74c7d7d28bf42) (From OE-Core rev: 30a1f1d3ec763b4929b052ab3388499dfb40b1fa) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/useradd.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass
index 64d6861644..f3dd8236ee 100644
--- a/meta/classes/useradd.bbclass
+++ b/meta/classes/useradd.bbclass
@@ -2,7 +2,7 @@
2# target sysroot, and shadow -native and -sysroot provide the utilities 2# target sysroot, and shadow -native and -sysroot provide the utilities
3# and support files needed to add and modify user and group accounts 3# and support files needed to add and modify user and group accounts
4DEPENDS_append = "${USERADDDEPENDS}" 4DEPENDS_append = "${USERADDDEPENDS}"
5USERADDDEPENDS = " base-passwd shadow-native shadow-sysroot" 5USERADDDEPENDS = " base-passwd shadow-native shadow-sysroot shadow"
6USERADDDEPENDS_virtclass-nativesdk = "" 6USERADDDEPENDS_virtclass-nativesdk = ""
7 7
8# This preinstall function will be run in two contexts: once for the 8# This preinstall function will be run in two contexts: once for the