qemu: Add depends on zlib(-native)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@940 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-11-22 16:41:45 +00:00
parent 7a80caa8f1
commit 2f461dbdc0
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
require qemu_cvs.bb
inherit native
DEPENDS = "zlib-native"
prefix = "${STAGING_DIR}/${BUILD_SYS}"
python __anonymous() {

View File

@ -1,4 +1,5 @@
LICENSE = "GPL"
DEPENDS = "zlib"
PV = "0.8.2+cvs${SRCDATE}"
PR = "r1"