Revert "qemu: fix build without zlib headers installed on buildhost"
authorThomas Zimmermann <ml@vdm-design.de>
Tue, 16 Mar 2010 08:56:53 +0000 (09:56 +0100)
committerThomas Zimmermann <ml@vdm-design.de>
Tue, 16 Mar 2010 08:56:53 +0000 (09:56 +0100)
This reverts commit e19f00968b9d865088ef3a45a85825c5fc17edc5.

recipes/qemu/qemu_0.12.3.bb

index bc5c251..035b1a5 100644 (file)
@@ -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}
 }