diff options
author | Richard Purdie <richard@openedhand.com> | 2006-10-20 22:19:42 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-10-20 22:19:42 +0000 |
commit | ec30e861222748e2f0075835c63750816efbd0f0 (patch) | |
tree | 84cafa6b20fbdb9093cfe8d4df8208b5ac252ef9 /meta | |
parent | 866ab593a0a1bc5e7a4265af906604efb41a47f8 (diff) | |
download | poky-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')
-rw-r--r-- | meta/classes/image.bbclass | 2 |
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} | |||
2 | 2 | ||
3 | # We need to recursively follow RDEPENDS and RRECOMMENDS for images | 3 | # We need to recursively follow RDEPENDS and RRECOMMENDS for images |
4 | BUILD_ALL_DEPS = "1" | 4 | BUILD_ALL_DEPS = "1" |
5 | do_rootfs[recrdeptask] = "do_package" | 5 | do_rootfs[recrdeptask] = "do_package_write" |
6 | 6 | ||
7 | # Images are generally built explicitly, do not need to be part of world. | 7 | # Images are generally built explicitly, do not need to be part of world. |
8 | EXCLUDE_FROM_WORLD = "1" | 8 | EXCLUDE_FROM_WORLD = "1" |