diff options
author | Thomas Zimmermann <ml@vdm-design.de> | 2010-03-16 09:56:53 +0100 |
---|---|---|
committer | Thomas Zimmermann <ml@vdm-design.de> | 2010-03-16 09:56:53 +0100 |
commit | da767162b80a9853f9dee6060258e64bf54c38e7 (patch) | |
tree | 9b01f773c7e8b5ec8681c8531e5f925bc00e8a71 /recipes/qemu/qemu_0.12.3.bb | |
parent | 2ed217468dba20e9bdc290afe6d7f36e2c164108 (diff) |
Revert "qemu: fix build without zlib headers installed on buildhost"
This reverts commit e19f00968b9d865088ef3a45a85825c5fc17edc5.
Diffstat (limited to 'recipes/qemu/qemu_0.12.3.bb')
-rw-r--r-- | 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 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} } |