[oe-commits] Richard Purdie : useradd.bbclass: Add explict setscene dependencies to ensure correct ordering of setscene tasks

git at git.openembedded.org git at git.openembedded.org
Fri Jan 27 09:53:10 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: ffc7bbcf0011de3f1f6e8d95f1de0b8f7164fa51
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ffc7bbcf0011de3f1f6e8d95f1de0b8f7164fa51

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Jan 26 19:13:07 2012 +0000

useradd.bbclass: Add explict setscene dependencies to ensure correct ordering of setscene tasks

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 6ee575e..9677fe2 100644
--- a/meta/classes/useradd.bbclass
+++ b/meta/classes/useradd.bbclass
@@ -111,6 +111,8 @@ SYSROOTPOSTFUNC = "useradd_sysroot_sstate"
 SYSROOTPOSTFUNC_virtclass-native = ""
 SYSROOTPOSTFUNC_virtclass-nativesdk = ""
 
+do_package_setscene[depends] = "base-passwd:do_populate_sysroot_setscene shadow-native:do_populate_sysroot_setscene shadow-sysroot:do_populate_sysroot_setscene"
+
 # Recipe parse-time sanity checks
 def update_useradd_after_parse(d):
 	useradd_packages = d.getVar('USERADD_PACKAGES', True)





More information about the Openembedded-commits mailing list