summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/qemu/qemu-0.15.0/no-strip.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-10-05 12:38:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 12:53:22 +0100
commitfc63229d9cd2e5061cab0686aba4d18bc3fb4e4f (patch)
tree188d17db4bd30ed6049f68d98ce56b888facd08e /meta/recipes-devtools/qemu/qemu-0.15.0/no-strip.patch
parent38a394e7ffedccfabda085c97add8944718943c2 (diff)
downloadopenembedded-core-fc63229d9cd2e5061cab0686aba4d18bc3fb4e4f.tar.gz
openembedded-core-fc63229d9cd2e5061cab0686aba4d18bc3fb4e4f.tar.bz2
openembedded-core-fc63229d9cd2e5061cab0686aba4d18bc3fb4e4f.tar.xz
openembedded-core-fc63229d9cd2e5061cab0686aba4d18bc3fb4e4f.zip
qemu-0.15: Add recipe and forward port patches from 0.14
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu-0.15.0/no-strip.patch')
-rw-r--r--meta/recipes-devtools/qemu/qemu-0.15.0/no-strip.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-0.15.0/no-strip.patch b/meta/recipes-devtools/qemu/qemu-0.15.0/no-strip.patch
new file mode 100644
index 000000000..d6a4377cd
--- /dev/null
+++ b/meta/recipes-devtools/qemu/qemu-0.15.0/no-strip.patch
@@ -0,0 +1,15 @@
+Upstream-Status: Inappropriate [configuration]
+
+Index: qemu-0.14.0/Makefile
+===================================================================
+--- qemu-0.14.0.orig/Makefile
++++ qemu-0.14.0/Makefile
+@@ -235,7 +235,7 @@ install-sysconfig:
+ install: all $(if $(BUILD_DOCS),install-doc) install-sysconfig
+ $(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)"