image.bbclass: Fix image task dependencies after package.bbclass updates

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@809 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-10-20 22:19:42 +00:00
parent 866ab593a0
commit ec30e86122

View 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"