]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-image-sato-cd: Fix dependencies
authorRichard Purdie <richard@openedhand.com>
Thu, 11 Oct 2007 21:57:02 +0000 (21:57 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 11 Oct 2007 21:57:02 +0000 (21:57 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2870 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/images/poky-image-sato-cd.bb

index d68156e7832cf4cd2ce397df42d66ccafbd6507d..7c1d774e74b583140314f07dcc682c76311cc6da 100644 (file)
@@ -1,5 +1,4 @@
 DESCRIPTION = "Bootable CD"
-DEPENDS = "poky-image-sato"
 
 COMPATIBLE_MACHINE = "bootcdx86"
 
@@ -9,4 +8,6 @@ INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext2"
 LABELS = "poky"
 APPEND = "root=/dev/ram0"
 
+do_bootimg[depends] += "poky-image-sato:do_rootfs"
+
 inherit bootimg