image.bbclass: Fix image task dependencies after package.bbclass updates
authorRichard Purdie <richard@openedhand.com>
Fri, 20 Oct 2006 22:19:42 +0000 (22:19 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 20 Oct 2006 22:19:42 +0000 (22:19 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@809 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/image.bbclass

index e995265..752b2de 100644 (file)
@@ -2,7 +2,7 @@ inherit rootfs_${IMAGE_PKGTYPE}
 
 # We need to recursively follow RDEPENDS and RRECOMMENDS for images
 BUILD_ALL_DEPS = "1"
-do_rootfs[recrdeptask] = "do_package"
+do_rootfs[recrdeptask] = "do_package_write"
 
 # Images are generally built explicitly, do not need to be part of world.
 EXCLUDE_FROM_WORLD = "1"