summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu-git/qemugl-allow-glxcontext-release.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/qemugl-allow-glxcontext-release.patch
parenteb69ecdfcc23cad8a40c3d57bc8e989e6e0666d0 (diff)
downloadpoky-a49e605a52a3bd6b688a16104fa9b5d17e06bcd5.tar.gz
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/qemugl-allow-glxcontext-release.patch')
-rw-r--r--meta/packages/qemu/qemu-git/qemugl-allow-glxcontext-release.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/packages/qemu/qemu-git/qemugl-allow-glxcontext-release.patch b/meta/packages/qemu/qemu-git/qemugl-allow-glxcontext-release.patch
index 979e8afc4c..43acc361a0 100644
--- a/meta/packages/qemu/qemu-git/qemugl-allow-glxcontext-release.patch
+++ b/meta/packages/qemu/qemu-git/qemugl-allow-glxcontext-release.patch
@@ -10,11 +10,11 @@ committer Andrzej Zaborowski <andrew.zaborowski@intel.com> Tue, 16 Jun 2009 22:2
10 target-i386/opengl_exec.c | 31 ++++++++++++++++--------------- 10 target-i386/opengl_exec.c | 31 ++++++++++++++++---------------
11 1 files changed, 16 insertions(+), 15 deletions(-) 11 1 files changed, 16 insertions(+), 15 deletions(-)
12 12
13diff --git a/target-i386/opengl_exec.c b/target-i386/opengl_exec.c 13Index: qemu/target-i386/opengl_exec.c
14index 4a69b9b..3d6fb21 100644 14===================================================================
15--- a/target-i386/opengl_exec.c 15--- qemu.orig/target-i386/opengl_exec.c 2010-05-10 18:46:43.175394992 -0400
16+++ b/target-i386/opengl_exec.c 16+++ qemu/target-i386/opengl_exec.c 2010-05-10 18:46:43.218419933 -0400
17@@ -1600,10 +1600,9 @@ int do_function_call(int func_number, arg_t *args, char *ret_string) 17@@ -1600,10 +1600,9 @@ int do_function_call(int func_number, ar
18 fprintf(stderr, "client_drawable=%p fake_ctx=%d\n", 18 fprintf(stderr, "client_drawable=%p fake_ctx=%d\n",
19 (void *) client_drawable, fake_ctxt); 19 (void *) client_drawable, fake_ctxt);
20 20
@@ -27,7 +27,7 @@ index 4a69b9b..3d6fb21 100644
27 get_association_fakepbuffer_pbuffer( 27 get_association_fakepbuffer_pbuffer(
28 process, client_drawable))) { 28 process, client_drawable))) {
29 GLXContext ctxt = get_association_fakecontext_glxcontext( 29 GLXContext ctxt = get_association_fakecontext_glxcontext(
30@@ -1651,19 +1650,21 @@ int do_function_call(int func_number, arg_t *args, char *ret_string) 30@@ -1651,19 +1650,21 @@ int do_function_call(int func_number, ar
31 } 31 }
32 32
33 if (ret_int) { 33 if (ret_int) {