qemu: Add depends on zlib(-native)
authorRichard Purdie <richard@openedhand.com>
Wed, 22 Nov 2006 16:41:45 +0000 (16:41 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 22 Nov 2006 16:41:45 +0000 (16:41 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@940 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/qemu/qemu-native_cvs.bb
meta/packages/qemu/qemu_cvs.bb

index 49d6c17..ca26c2f 100644 (file)
@@ -1,5 +1,6 @@
 require qemu_cvs.bb
 inherit native
+DEPENDS = "zlib-native"
 prefix = "${STAGING_DIR}/${BUILD_SYS}"
 
 python __anonymous() {
index 25f9e89..7a84524 100644 (file)
@@ -1,4 +1,5 @@
 LICENSE = "GPL"
+DEPENDS = "zlib"
 PV = "0.8.2+cvs${SRCDATE}"
 PR = "r1"