aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qemu/qemu-2012.04/no-strip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/qemu/qemu-2012.04/no-strip.patch')
-rw-r--r--recipes-devtools/qemu/qemu-2012.04/no-strip.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-devtools/qemu/qemu-2012.04/no-strip.patch b/recipes-devtools/qemu/qemu-2012.04/no-strip.patch
new file mode 100644
index 0000000..f5ada7e
--- /dev/null
+++ b/recipes-devtools/qemu/qemu-2012.04/no-strip.patch
@@ -0,0 +1,19 @@
+Subject: [PATCH] Upstream-Status: Inappropriate [configuration]
+
+---
+ Makefile | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index ffd3364..38d8352 100644
+--- a/Makefile
++++ b/Makefile
+@@ -288,7 +288,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)"