mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
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:
@@ -1,5 +1,6 @@
|
|||||||
require qemu_cvs.bb
|
require qemu_cvs.bb
|
||||||
inherit native
|
inherit native
|
||||||
|
DEPENDS = "zlib-native"
|
||||||
prefix = "${STAGING_DIR}/${BUILD_SYS}"
|
prefix = "${STAGING_DIR}/${BUILD_SYS}"
|
||||||
|
|
||||||
python __anonymous() {
|
python __anonymous() {
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
|
DEPENDS = "zlib"
|
||||||
PV = "0.8.2+cvs${SRCDATE}"
|
PV = "0.8.2+cvs${SRCDATE}"
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user