summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-10-20 22:19:42 +0000
committerRichard Purdie <richard@openedhand.com>2006-10-20 22:19:42 +0000
commitec30e861222748e2f0075835c63750816efbd0f0 (patch)
tree84cafa6b20fbdb9093cfe8d4df8208b5ac252ef9 /meta/classes/image.bbclass
parent866ab593a0a1bc5e7a4265af906604efb41a47f8 (diff)
downloadopenembedded-core-contrib-ec30e861222748e2f0075835c63750816efbd0f0.tar.gz
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
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r--meta/classes/image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index e995265244..752b2de0b0 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -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"