task-sdk-host: Add qemu-sdk

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3507 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-01-17 10:46:45 +00:00
parent 5697a026ef
commit bb48bd4cc4

View File

@@ -3,7 +3,7 @@
#
DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
PR = "r3"
PR = "r4"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
@@ -16,4 +16,5 @@ RDEPENDS_${PN} = "\
gcc-cross-sdk \
gdb-cross-sdk \
pkgconfig-sdk \
qemu-sdk \
"