image_ipk.bbclass: Set BUILD_ALL_DEPS = "1" for images in readyness of bitbake updates
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 7 Jan 2006 23:13:10 +0000 (23:13 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 7 Jan 2006 23:13:10 +0000 (23:13 +0000)
classes/image_ipk.bbclass

index 5fdd340..f6af799 100644 (file)
@@ -1,5 +1,8 @@
 inherit rootfs_ipk
 
+# We need to follow RDEPENDS and RRECOMMENDS for images
+BUILD_ALL_DEPS = "1"
+
 # Images are generally built explicitly, do not need to be part of world.
 EXCLUDE_FROM_WORLD = "1"