summaryrefslogtreecommitdiff
path: root/meta/packages/qemu/qemu-native-0.9.1+cvs20080307/no-strip.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-10 08:30:07 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-10 08:30:07 +0000
commitd1a700a42b22fe592cd6e4322010662ba62d58b1 (patch)
tree84322201f6b83fee2504d893298e20f40b1fbc37 /meta/packages/qemu/qemu-native-0.9.1+cvs20080307/no-strip.patch
parentfb45df81fcce89a0481deb15bab4bbac5c83a30e (diff)
downloadopenembedded-core-d1a700a42b22fe592cd6e4322010662ba62d58b1.tar.gz
openembedded-core-d1a700a42b22fe592cd6e4322010662ba62d58b1.tar.bz2
openembedded-core-d1a700a42b22fe592cd6e4322010662ba62d58b1.zip
qemu: Update cvs version to 20080308
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4223 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu/qemu-native-0.9.1+cvs20080307/no-strip.patch')
-rw-r--r--meta/packages/qemu/qemu-native-0.9.1+cvs20080307/no-strip.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/qemu/qemu-native-0.9.1+cvs20080307/no-strip.patch b/meta/packages/qemu/qemu-native-0.9.1+cvs20080307/no-strip.patch
new file mode 100644
index 0000000000..fc69b37e16
--- /dev/null
+++ b/meta/packages/qemu/qemu-native-0.9.1+cvs20080307/no-strip.patch
@@ -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),)