summaryrefslogtreecommitdiffstats
path: root/meta/classes/useradd.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-26 19:13:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-27 09:42:48 +0000
commit75fcfde0617cf528a9506fbdc6f7f97e56298bbe (patch)
treec9602c87dbb874e2dbd21295280de564586a3084 /meta/classes/useradd.bbclass
parent3b47c5310ad94bd73073ab881ada5cb7ec98271a (diff)
downloadpoky-75fcfde0617cf528a9506fbdc6f7f97e56298bbe.tar.gz
useradd.bbclass: Add explict setscene dependencies to ensure correct ordering of setscene tasks
(From OE-Core rev: ffc7bbcf0011de3f1f6e8d95f1de0b8f7164fa51) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/useradd.bbclass')
-rw-r--r--meta/classes/useradd.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass
index 6ee575e4ca..9677fe20c3 100644
--- a/meta/classes/useradd.bbclass
+++ b/meta/classes/useradd.bbclass
@@ -111,6 +111,8 @@ SYSROOTPOSTFUNC = "useradd_sysroot_sstate"
111SYSROOTPOSTFUNC_virtclass-native = "" 111SYSROOTPOSTFUNC_virtclass-native = ""
112SYSROOTPOSTFUNC_virtclass-nativesdk = "" 112SYSROOTPOSTFUNC_virtclass-nativesdk = ""
113 113
114do_package_setscene[depends] = "base-passwd:do_populate_sysroot_setscene shadow-native:do_populate_sysroot_setscene shadow-sysroot:do_populate_sysroot_setscene"
115
114# Recipe parse-time sanity checks 116# Recipe parse-time sanity checks
115def update_useradd_after_parse(d): 117def update_useradd_after_parse(d):
116 useradd_packages = d.getVar('USERADD_PACKAGES', True) 118 useradd_packages = d.getVar('USERADD_PACKAGES', True)