summaryrefslogtreecommitdiff
path: root/meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch
diff options
context:
space:
mode:
authorJeff Dike <jdike@addtoit.com>2010-05-20 13:02:39 -0400
committerJoshua Lock <josh@linux.intel.com>2010-05-26 14:14:48 +0100
commita49e605a52a3bd6b688a16104fa9b5d17e06bcd5 (patch)
treec5c36a93775d59b3675ee9d671f00300959fcd72 /meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch
parenteb69ecdfcc23cad8a40c3d57bc8e989e6e0666d0 (diff)
downloadopenembedded-core-a49e605a52a3bd6b688a16104fa9b5d17e06bcd5.tar.gz
openembedded-core-a49e605a52a3bd6b688a16104fa9b5d17e06bcd5.tar.bz2
openembedded-core-a49e605a52a3bd6b688a16104fa9b5d17e06bcd5.tar.xz
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/workaround_bad_futex_headers.patch')
-rw-r--r--meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch b/meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch
index b254b2410..7727a39f3 100644
--- a/meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch
+++ b/meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch
@@ -2,11 +2,11 @@
linux-user/syscall.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
-Index: trunk/linux-user/syscall.c
+Index: qemu/linux-user/syscall.c
===================================================================
---- trunk.orig/linux-user/syscall.c 2009-01-05 12:47:06.000000000 +0000
-+++ trunk/linux-user/syscall.c 2009-01-05 12:48:04.000000000 +0000
-@@ -87,6 +87,15 @@
+--- qemu.orig/linux-user/syscall.c 2010-05-11 16:52:16.929785275 -0400
++++ qemu/linux-user/syscall.c 2010-05-11 16:52:25.174783517 -0400
+@@ -94,6 +94,15 @@
#define CLONE_NPTL_FLAGS2 0
#endif
@@ -21,4 +21,4 @@ Index: trunk/linux-user/syscall.c
+
//#define DEBUG
- #if defined(TARGET_I386) || defined(TARGET_ARM) || defined(TARGET_SPARC) \
+ //#include <linux/msdos_fs.h>