From: Thomas Zimmermann Date: Tue, 16 Mar 2010 08:56:53 +0000 (+0100) Subject: Revert "qemu: fix build without zlib headers installed on buildhost" X-Git-Tag: Release-2010-05/1~340^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da767162b80a9853f9dee6060258e64bf54c38e7;p=openembedded.git Revert "qemu: fix build without zlib headers installed on buildhost" This reverts commit e19f00968b9d865088ef3a45a85825c5fc17edc5. --- diff --git a/recipes/qemu/qemu_0.12.3.bb b/recipes/qemu/qemu_0.12.3.bb index bc5c251641..035b1a5b3a 100644 --- a/recipes/qemu/qemu_0.12.3.bb +++ b/recipes/qemu/qemu_0.12.3.bb @@ -1,5 +1,5 @@ LICENSE = "GPL" -DEPENDS = "zlib-native" +DEPENDS = "zlib" PR = "r0" @@ -32,6 +32,5 @@ EXTRA_OECONF += "--disable-sdl --disable-strip" inherit autotools do_configure() { - export QEMU_CFLAGS="-I${STAGING_INCDIR_NATIVE} ${QEMU_CFLAGS}" ${S}/configure --prefix=${prefix} ${EXTRA_OECONF} }