qemu_0.9.1.bb : add the no-strip patch from #3721
authorGraeme Gregory <dp@xora.org.uk>
Wed, 30 Jan 2008 10:45:28 +0000 (10:45 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Wed, 30 Jan 2008 10:45:28 +0000 (10:45 +0000)
packages/qemu/qemu-0.9.1/no-strip.patch [new file with mode: 0644]
packages/qemu/qemu_0.9.1.bb

diff --git a/packages/qemu/qemu-0.9.1/no-strip.patch b/packages/qemu/qemu-0.9.1/no-strip.patch
new file mode 100644 (file)
index 0000000..fc69b37
--- /dev/null
@@ -0,0 +1,22 @@
+--- qemu.orig/Makefile 2008-01-29 23:16:27.000000000 -0800
++++ qemu-0.9.1/Makefile        2008-01-29 23:16:38.000000000 -0800
+@@ -174,7 +174,7 @@
+ install: all $(if $(BUILD_DOCS),install-doc)
+       mkdir -p "$(DESTDIR)$(bindir)"
+ ifneq ($(TOOLS),)
+-      $(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)"
++      $(INSTALL) -m 755 $(TOOLS) "$(DESTDIR)$(bindir)"
+ endif
+       mkdir -p "$(DESTDIR)$(datadir)"
+       for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
+--- qemu.orig/Makefile.target  2008-01-29 23:16:27.000000000 -0800
++++ qemu-0.9.1/Makefile.target 2008-01-29 23:17:33.000000000 -0800
+@@ -632,7 +632,7 @@
+ install: all
+ ifneq ($(PROGS),)
+-      $(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)"
++      $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
+ endif
+ ifneq ($(wildcard .depend),)
index 9f07f45..2f0aba7 100644 (file)
@@ -1,6 +1,6 @@
 LICENSE = "GPL"
 DEPENDS = "zlib"
-PR = "r5"
+PR = "r6"
 
 FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
 FILESDIR = "${WORKDIR}"
@@ -32,7 +32,8 @@ SRC_URI = "\
     file://workaround_bad_futex_headers.patch;patch=1 \
     file://fix_segfault.patch;patch=1 \
     file://configure_symlinkpath_fix.patch;patch=1 \
-    file://disable-error-in-configure.patch;patch=1"
+    file://disable-error-in-configure.patch;patch=1 \
+    file://no-strip.patch;patch=1"
 
 S = "${WORKDIR}/qemu-${PV}"