From a49e605a52a3bd6b688a16104fa9b5d17e06bcd5 Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Thu, 20 May 2010 13:02:39 -0400 Subject: 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. --- meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'meta/packages/qemu/qemu-git/workaround_bad_futex_headers.patch') 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 -- cgit v1.2.3