summaryrefslogtreecommitdiffstats
path: root/meta
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-05-31 21:11:43 +0100
commit490753f4400222d19e83412294b75f3cda94942a (patch)
tree84bbbaf4b3012408d0e755a662bc5c4160172d49 /meta
parentf3fc5e1e3f115dc4145167f5da5a9ada59f02903 (diff)
downloadpoky-490753f4400222d19e83412294b75f3cda94942a.tar.gz
useradd.bbclass: Add explict setscene dependencies to ensure correct ordering of setscene tasks
(From OE-Core rev: ffc7bbcf0011de3f1f6e8d95f1de0b8f7164fa51) (From OE-Core rev: a9aae582a6068a946cf177ce33e54cb0aee6c6e5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 195c8cc972..986453a68a 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)