[oe-commits] Thomas Zimmermann : Revert "qemu: fix build without zlib headers installed on buildhost"

git version control git at git.openembedded.org
Tue Mar 16 09:25:20 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: da767162b80a9853f9dee6060258e64bf54c38e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=da767162b80a9853f9dee6060258e64bf54c38e7

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Tue Mar 16 09:56:53 2010 +0100

Revert "qemu: fix build without zlib headers installed on buildhost"

This reverts commit e19f00968b9d865088ef3a45a85825c5fc17edc5.

---

 recipes/qemu/qemu_0.12.3.bb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/qemu/qemu_0.12.3.bb b/recipes/qemu/qemu_0.12.3.bb
index bc5c251..035b1a5 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}
 }





More information about the Openembedded-commits mailing list