image_ipkg.bbclass: Fix image task dependencies after packaging updates
authorRichard Purdie <rpurdie@rpsys.net>
Fri, 20 Oct 2006 22:41:16 +0000 (22:41 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Fri, 20 Oct 2006 22:41:16 +0000 (22:41 +0000)
classes/image_ipk.bbclass

index 83e9acf..2beb137 100644 (file)
@@ -2,7 +2,7 @@ inherit rootfs_ipk
 
 # 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"