qemu-helper-sdk: Add poky-qemu-ifdown (#863)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4176 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-04-07 08:32:22 +00:00
parent 8ed65ea09b
commit 5c3b29a03b

View File

@ -1,7 +1,7 @@
DESCRIPTION = "Qemu helper scripts from Poky"
LICENSE = "GPL"
RDEPENDS = "qemu-sdk"
PR = "r6"
PR = "r7"
FILESPATH = "${FILE_DIRNAME}/qemu-helper"
@ -9,6 +9,7 @@ SRC_URI = "file://${OEROOT}/scripts/poky-qemu \
file://${OEROOT}/scripts/poky-qemu-internal \
file://${OEROOT}/scripts/poky-addptable2image \
file://${OEROOT}/scripts/poky-qemu-ifup \
file://${OEROOT}/scripts/poky-qemu-ifdown \
file://raw2flash.c"
S = "${WORKDIR}"