git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed2174
)
Revert "qemu: fix build without zlib headers installed on buildhost"
author
Thomas Zimmermann
<ml@vdm-design.de>
Tue, 16 Mar 2010 08:56:53 +0000
(09:56 +0100)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/recipes/qemu/qemu_0.12.3.bb
b/recipes/qemu/qemu_0.12.3.bb
index
bc5c251
..
035b1a5
100644
(file)
--- 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}
}