From: Richard Purdie Date: Fri, 20 Oct 2006 22:41:16 +0000 (+0000) Subject: image_ipkg.bbclass: Fix image task dependencies after packaging updates X-Git-Tag: Release-2010-05/1~9453^2~567^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e061c30be1462ac59566bdfdc96075b2177eb37d;p=openembedded.git image_ipkg.bbclass: Fix image task dependencies after packaging updates --- diff --git a/classes/image_ipk.bbclass b/classes/image_ipk.bbclass index 83e9acf315..2beb137aef 100644 --- a/classes/image_ipk.bbclass +++ b/classes/image_ipk.bbclass @@ -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"