diff options
author | Jeff Dike <jdike@addtoit.com> | 2010-05-20 13:02:39 -0400 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-05-26 14:14:48 +0100 |
commit | a49e605a52a3bd6b688a16104fa9b5d17e06bcd5 (patch) | |
tree | c5c36a93775d59b3675ee9d671f00300959fcd72 /meta/packages/qemu/qemu-git/zlibsearch.patch | |
parent | eb69ecdfcc23cad8a40c3d57bc8e989e6e0666d0 (diff) | |
download | openembedded-core-a49e605a52a3bd6b688a16104fa9b5d17e06bcd5.tar.gz openembedded-core-a49e605a52a3bd6b688a16104fa9b5d17e06bcd5.tar.bz2 openembedded-core-a49e605a52a3bd6b688a16104fa9b5d17e06bcd5.zip |
qemu: Updated to 0.12.0
Updated the metadata in the recipe, changed the git revision in
poky-default-revisions.inc, and pulled the qemu patches forward.
Diffstat (limited to 'meta/packages/qemu/qemu-git/zlibsearch.patch')
-rw-r--r-- | meta/packages/qemu/qemu-git/zlibsearch.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/packages/qemu/qemu-git/zlibsearch.patch b/meta/packages/qemu/qemu-git/zlibsearch.patch deleted file mode 100644 index 6d7cf03055..0000000000 --- a/meta/packages/qemu/qemu-git/zlibsearch.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: git/configure -=================================================================== ---- git.orig/configure 2009-05-24 11:12:34.000000000 +0100 -+++ git/configure 2009-05-24 11:12:55.000000000 +0100 -@@ -749,7 +749,7 @@ - #include <zlib.h> - int main(void) { zlibVersion(); return 0; } - EOF --if $cc $ARCH_CFLAGS -o $TMPE ${OS_CFLAGS} $TMPC -lz > /dev/null 2> /dev/null ; then -+if $cc $CFLAGS $LDFLAGS $ARCH_CFLAGS -o $TMPE ${OS_CFLAGS} $TMPC -lz > /dev/null 2> /dev/null ; then - : - else - echo |