diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-26 19:13:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-27 09:42:48 +0000 |
commit | 75fcfde0617cf528a9506fbdc6f7f97e56298bbe (patch) | |
tree | c9602c87dbb874e2dbd21295280de564586a3084 | |
parent | 3b47c5310ad94bd73073ab881ada5cb7ec98271a (diff) | |
download | poky-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>
-rw-r--r-- | meta/classes/useradd.bbclass | 2 |
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" | |||
111 | SYSROOTPOSTFUNC_virtclass-native = "" | 111 | SYSROOTPOSTFUNC_virtclass-native = "" |
112 | SYSROOTPOSTFUNC_virtclass-nativesdk = "" | 112 | SYSROOTPOSTFUNC_virtclass-nativesdk = "" |
113 | 113 | ||
114 | do_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 |
115 | def update_useradd_after_parse(d): | 117 | def update_useradd_after_parse(d): |
116 | useradd_packages = d.getVar('USERADD_PACKAGES', True) | 118 | useradd_packages = d.getVar('USERADD_PACKAGES', True) |