qemu: remove stripping during do_stage - close #2831
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 22 Aug 2007 20:30:13 +0000 (20:30 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 22 Aug 2007 20:30:13 +0000 (20:30 +0000)
packages/qemu/files/no-strip.patch [new file with mode: 0644]
packages/qemu/qemu_20070613.bb

diff --git a/packages/qemu/files/no-strip.patch b/packages/qemu/files/no-strip.patch
new file mode 100644 (file)
index 0000000..59ed877
--- /dev/null
@@ -0,0 +1,22 @@
+--- qemu.orig/Makefile
++++ qemu/Makefile
+@@ -68,7 +68,7 @@
+ install: all $(if $(BUILD_DOCS),install-doc)
+       mkdir -p "$(DESTDIR)$(bindir)"
+-      $(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)"
++      $(INSTALL) -m 755 $(TOOLS) "$(DESTDIR)$(bindir)"
+       mkdir -p "$(DESTDIR)$(datadir)"
+       for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
+               video.x openbios-sparc32 pxe-ne2k_pci.bin \
+--- qemu.orig/Makefile.target
++++ qemu/Makefile.target
+@@ -655,7 +655,7 @@
+ install: all 
+ ifneq ($(PROGS),)
+-      $(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)"
++      $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
+ endif
+ ifneq ($(wildcard .depend),)
index 590641b..6584bcc 100644 (file)
@@ -2,7 +2,7 @@ LICENSE = "GPL"
 DEPENDS = "zlib"
 SRCDATE = "20070613"
 PV = "0.9.0+cvs${SRCDATE}"
-PR = "r4"
+PR = "r5"
 
 FILESDIR = "${WORKDIR}"
 
@@ -34,7 +34,8 @@ SRC_URI = "\
     file://qemu-0.9.0-nptl-update.patch;patch=1 \
     file://qemu-amd64-32b-mapping-0.9.0.patch;patch=1 \
     file://workaround_bad_futex_headers.patch;patch=1 \
-    file://fix_segfault.patch;patch=1"
+    file://fix_segfault.patch;patch=1 \
+    file://no-strip.patch;patch=1"
 
 #    svn://svn.o-hand.com/repos/misc/trunk/qemu-packaging/qemu;module=debian;proto=http;srcdate=20070119 \
 #    file://debian/patches/21_net_soopts.patch;patch=1;pnum=0 \