diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-26 19:13:07 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-31 21:11:43 +0100 |
| commit | 490753f4400222d19e83412294b75f3cda94942a (patch) | |
| tree | 84bbbaf4b3012408d0e755a662bc5c4160172d49 /meta/classes | |
| parent | f3fc5e1e3f115dc4145167f5da5a9ada59f02903 (diff) | |
| download | poky-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/classes')
| -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 195c8cc972..986453a68a 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) |
