poky-image-sato-cd: Fix dependencies

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2870 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-10-11 21:57:02 +00:00
parent 532361b00a
commit c09f9e8b05

View 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