image.bbclass: Append to do_rootfs[recrdeptask]
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 1 Sep 2007 17:07:36 +0000 (17:07 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Sat, 1 Sep 2007 17:07:36 +0000 (17:07 +0000)
classes/image.bbclass

index c1eaf9f..04e26e4 100644 (file)
@@ -8,7 +8,7 @@ export IMAGE_BASENAME ?= "${PN}"
 export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}"
 
 # We need to recursively follow RDEPENDS and RRECOMMENDS for images
-do_rootfs[recrdeptask] = "do_package_write do_deploy do_populate_staging"
+do_rootfs[recrdeptask] += "do_deploy do_populate_staging"
 
 # Images are generally built explicitly, do not need to be part of world.
 EXCLUDE_FROM_WORLD = "1"