summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu-0.12/glflags.patch
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-05-28 09:13:03 +0100
committerJoshua Lock <josh@linux.intel.com>2010-05-28 15:31:54 +0100
commit32a85c157002874af88a1cd324e1e466bb1df9b6 (patch)
tree9b146de299cd8a4e262becdaeca88b071bc64b44 /meta/packages/qemu/qemu-0.12/glflags.patch
parent3d6e7e7d0c6aed10a859034486191e0b3b69d786 (diff)
downloadpoky-32a85c157002874af88a1cd324e1e466bb1df9b6.tar.gz
qemu: reduce duplication, use an inc file and share common patches
There's no need to carry around two copies of the same patches for qemu-git and qemu-0.12 so drop the qemu-git directory and update the git recipe to use the qemu-0.12 directory for patches. Move common code from the two recipes to an inc file. Signed-off-by: Joshua Lock <josh@linux.intel.com> fweh
Diffstat (limited to 'meta/packages/qemu/qemu-0.12/glflags.patch')
-rw-r--r--meta/packages/qemu/qemu-0.12/glflags.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/qemu/qemu-0.12/glflags.patch b/meta/packages/qemu/qemu-0.12/glflags.patch
new file mode 100644
index 0000000000..0a27c2dee1
--- /dev/null
+++ b/meta/packages/qemu/qemu-0.12/glflags.patch
@@ -0,0 +1,13 @@
1Index: git/Makefile.target
2===================================================================
3--- git.orig/Makefile.target 2010-05-27 12:35:26.000000000 -0400
4+++ git/Makefile.target 2010-05-27 12:59:53.520415731 -0400
5@@ -326,7 +326,7 @@ vl.o: qemu-options.h
6
7 monitor.o: qemu-monitor.h
8
9-LIBS += -lGL -lGLU
10+LIBS += -lGL
11
12 ARLIBS=../libqemu_common.a libqemu.a $(HWLIB)
13