]> code.ossystems Code Review - openembedded-core.git/commitdiff
image.bbclass: We need to make sure all do_populate_staging tasks have fun so postins...
authorRichard Purdie <richard@openedhand.com>
Wed, 21 Feb 2007 20:19:32 +0000 (20:19 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 21 Feb 2007 20:19:32 +0000 (20:19 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1283 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/image.bbclass

index 2d0747e3a29912c7bcbf39c69fdaac4885f26ac8..d8c6ccff216be001db79db9643907b6e3bb5a85e 100644 (file)
@@ -4,7 +4,7 @@ PACKAGES = ""
 
 # We need to recursively follow RDEPENDS and RRECOMMENDS for images
 BUILD_ALL_DEPS = "1"
-do_rootfs[recrdeptask] = "do_package_write do_deploy"
+do_rootfs[recrdeptask] = "do_package_write do_deploy do_populate_staging"
 
 # Images are generally built explicitly, do not need to be part of world.
 EXCLUDE_FROM_WORLD = "1"