]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-sdk-host: Add qemu-sdk
authorRichard Purdie <richard@openedhand.com>
Thu, 17 Jan 2008 10:46:45 +0000 (10:46 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 17 Jan 2008 10:46:45 +0000 (10:46 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3507 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/tasks/task-sdk-host.bb

index ac5059b0b67caa2f37ef3a28b4c2f1bf891cd8b1..e86d807979f5c36bce7fd53276ddfdec81f00b9a 100644 (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 \
     "