summaryrefslogtreecommitdiff
path: root/meta/packages/qemu/qemu-0.12.0/no-strip.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.0/no-strip.patch
parent3d6e7e7d0c6aed10a859034486191e0b3b69d786 (diff)
downloadopenembedded-core-32a85c157002874af88a1cd324e1e466bb1df9b6.tar.gz
openembedded-core-32a85c157002874af88a1cd324e1e466bb1df9b6.tar.bz2
openembedded-core-32a85c157002874af88a1cd324e1e466bb1df9b6.tar.xz
openembedded-core-32a85c157002874af88a1cd324e1e466bb1df9b6.zip
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.0/no-strip.patch')
-rw-r--r--meta/packages/qemu/qemu-0.12.0/no-strip.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/packages/qemu/qemu-0.12.0/no-strip.patch b/meta/packages/qemu/qemu-0.12.0/no-strip.patch
deleted file mode 100644
index 8a95a688b..000000000
--- a/meta/packages/qemu/qemu-0.12.0/no-strip.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: qemu/Makefile
-===================================================================
---- qemu.orig/Makefile 2010-05-11 17:17:06.416912704 -0400
-+++ qemu/Makefile 2010-05-11 17:17:17.051812402 -0400
-@@ -300,7 +300,7 @@ endif
- install: all $(if $(BUILD_DOCS),install-doc)
- $(INSTALL_DIR) "$(DESTDIR)$(bindir)"
- ifneq ($(TOOLS),)
-- $(INSTALL_PROG) $(STRIP_OPT) $(TOOLS) "$(DESTDIR)$(bindir)"
-+ $(INSTALL_PROG) $(TOOLS) "$(DESTDIR)$(bindir)"
- endif
- ifneq ($(BLOBS),)
- $(INSTALL_DIR) "$(DESTDIR)$(datadir)"
-Index: qemu/Makefile.target
-===================================================================
---- qemu.orig/Makefile.target 2010-05-11 17:17:12.188784092 -0400
-+++ qemu/Makefile.target 2010-05-11 17:17:17.052808122 -0400
-@@ -351,7 +351,7 @@ clean:
-
- install: all
- ifneq ($(PROGS),)
-- $(INSTALL) -m 755 $(STRIP_OPT) $(PROGS) "$(DESTDIR)$(bindir)"
-+ $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
- endif
-
- # Include automatically generated dependency files