From 32a85c157002874af88a1cd324e1e466bb1df9b6 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 28 May 2010 09:13:03 +0100 Subject: 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 fweh --- meta/packages/qemu/qemu-0.12.0/fix-nogl.patch | 68 --------------------------- 1 file changed, 68 deletions(-) delete mode 100644 meta/packages/qemu/qemu-0.12.0/fix-nogl.patch (limited to 'meta/packages/qemu/qemu-0.12.0/fix-nogl.patch') diff --git a/meta/packages/qemu/qemu-0.12.0/fix-nogl.patch b/meta/packages/qemu/qemu-0.12.0/fix-nogl.patch deleted file mode 100644 index 68efab3a1..000000000 --- a/meta/packages/qemu/qemu-0.12.0/fix-nogl.patch +++ /dev/null @@ -1,68 +0,0 @@ -Index: qemu/Makefile.target -=================================================================== ---- qemu.orig/Makefile.target 2010-05-11 16:53:34.545811866 -0400 -+++ qemu/Makefile.target 2010-05-11 16:53:37.743809704 -0400 -@@ -47,6 +47,9 @@ libobj-$(CONFIG_NOSOFTFLOAT) += fpu/soft - libobj-y += op_helper.o helper.o - libobj-$(CONFIG_NEED_MMU) += mmu.o - libobj-$(TARGET_I386) += helper_opengl.o opengl_exec.o -+libobj-$(TARGET_X86_64) += helper_opengl.o opengl_exec.o -+libobj-$(TARGET_ARM) += dummygl.o -+libobj-$(TARGET_MIPS) += dummygl.o - libobj-$(TARGET_ARM) += neon_helper.o iwmmxt_helper.o - libobj-$(TARGET_ALPHA) += alpha_palcode.o - -Index: qemu/target-arm/dummygl.c -=================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ qemu/target-arm/dummygl.c 2010-05-11 16:53:37.743809704 -0400 -@@ -0,0 +1,22 @@ -+#include -+#include -+#include -+#include -+#include -+#include -+ -+void opengl_exec_set_parent_window(Display* _dpy, Window _parent_window) -+{ -+ -+} -+ -+void opengl_process_enable(void) -+{ -+ -+} -+ -+ -+void mem_opengl(uint64_t ptr) -+{ -+ -+} -Index: qemu/target-mips/dummygl.c -=================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ qemu/target-mips/dummygl.c 2010-05-11 16:53:37.744811919 -0400 -@@ -0,0 +1,22 @@ -+#include -+#include -+#include -+#include -+#include -+#include -+ -+void opengl_exec_set_parent_window(Display* _dpy, Window _parent_window) -+{ -+ -+} -+ -+void opengl_process_enable(void) -+{ -+ -+} -+ -+ -+void mem_opengl(uint64_t ptr) -+{ -+ -+} -- cgit v1.2.3