summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu-0.15.0/fix-configure-checks.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-10-05 12:38:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 13:18:13 +0100
commit677d033224a5fd2893347f427ebad302ca95b508 (patch)
tree9749cf89e5aa26587e861bc99e57674e1d207cfb /meta/recipes-devtools/qemu/qemu-0.15.0/fix-configure-checks.patch
parent412a2dc2f99562c8ba0e2f1afa2a4955fc1c4938 (diff)
downloadpoky-677d033224a5fd2893347f427ebad302ca95b508.tar.gz
qemu-0.15: Add recipe and forward port patches from 0.14
(From OE-Core rev: fc63229d9cd2e5061cab0686aba4d18bc3fb4e4f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu-0.15.0/fix-configure-checks.patch')
-rw-r--r--meta/recipes-devtools/qemu/qemu-0.15.0/fix-configure-checks.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-0.15.0/fix-configure-checks.patch b/meta/recipes-devtools/qemu/qemu-0.15.0/fix-configure-checks.patch
new file mode 100644
index 0000000000..96881bb91b
--- /dev/null
+++ b/meta/recipes-devtools/qemu/qemu-0.15.0/fix-configure-checks.patch
@@ -0,0 +1,22 @@
1In native builds, qemu can fail to find zlib development files in the native
2sysroot and the build machine might not have zlib-dev packages installed.
3
4Add CFLAGS to qemu's CFLAGS which in the native case means BUILD_CFLAGS are
5added and files in the sysroot can be found.
6
7Patch from Paul Eggleton, Comments by RP 28/11/10
8
9Upstream-Status: Inappropriate [embedded specific]
10
11Index: qemu-0.14.0/configure
12===================================================================
13--- qemu-0.14.0.orig/configure
14+++ qemu-0.14.0/configure
15@@ -229,6 +229,7 @@ QEMU_CFLAGS="-Wstrict-prototypes -Wredun
16 QEMU_CFLAGS="-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $QEMU_CFLAGS"
17 QEMU_CFLAGS="-D_FORTIFY_SOURCE=2 $QEMU_CFLAGS"
18 QEMU_INCLUDES="-I. -I\$(SRC_PATH)"
19+QEMU_CFLAGS="$QEMU_CFLAGS $CFLAGS"
20 LDFLAGS="-g $LDFLAGS"
21
22 # make source path absolute