diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-10-20 22:41:16 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-10-20 22:41:16 +0000 |
commit | e061c30be1462ac59566bdfdc96075b2177eb37d (patch) | |
tree | 94de6778ce9019009083e9c7afa13d90eecb885e /classes | |
parent | 5c9df2835133cb6ce37902f13fc344b8abde944f (diff) |
image_ipkg.bbclass: Fix image task dependencies after packaging updates
Diffstat (limited to 'classes')
-rw-r--r-- | classes/image_ipk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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" |