summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu-0.9.1+svn/no-strip.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-24 22:10:12 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-24 22:10:12 +0000
commit927ad4986670f4938049c97e1bbabd5714e410e7 (patch)
tree0ab419dc6e50129f342b6291e66719b8a25cf57e /meta/packages/qemu/qemu-0.9.1+svn/no-strip.patch
parent0e1fe2007df82725e6ce46d4f92d8bf4434ee887 (diff)
downloadpoky-927ad4986670f4938049c97e1bbabd5714e410e7.tar.gz
qemu-svn: Upgrade from r4027 -> 4242. Removes the need for gcc 3.x, adds USB networking for the n800
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4332 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu/qemu-0.9.1+svn/no-strip.patch')
-rw-r--r--meta/packages/qemu/qemu-0.9.1+svn/no-strip.patch20
1 files changed, 12 insertions, 8 deletions
diff --git a/meta/packages/qemu/qemu-0.9.1+svn/no-strip.patch b/meta/packages/qemu/qemu-0.9.1+svn/no-strip.patch
index fc69b37e16..4813dd4e2b 100644
--- a/meta/packages/qemu/qemu-0.9.1+svn/no-strip.patch
+++ b/meta/packages/qemu/qemu-0.9.1+svn/no-strip.patch
@@ -1,6 +1,8 @@
1--- qemu.orig/Makefile 2008-01-29 23:16:27.000000000 -0800 1Index: trunk/Makefile
2+++ qemu-0.9.1/Makefile 2008-01-29 23:16:38.000000000 -0800 2===================================================================
3@@ -174,7 +174,7 @@ 3--- trunk.orig/Makefile 2008-04-24 20:15:37.000000000 +0100
4+++ trunk/Makefile 2008-04-24 20:16:30.000000000 +0100
5@@ -196,7 +196,7 @@
4 install: all $(if $(BUILD_DOCS),install-doc) 6 install: all $(if $(BUILD_DOCS),install-doc)
5 mkdir -p "$(DESTDIR)$(bindir)" 7 mkdir -p "$(DESTDIR)$(bindir)"
6 ifneq ($(TOOLS),) 8 ifneq ($(TOOLS),)
@@ -8,10 +10,12 @@
8+ $(INSTALL) -m 755 $(TOOLS) "$(DESTDIR)$(bindir)" 10+ $(INSTALL) -m 755 $(TOOLS) "$(DESTDIR)$(bindir)"
9 endif 11 endif
10 mkdir -p "$(DESTDIR)$(datadir)" 12 mkdir -p "$(DESTDIR)$(datadir)"
11 for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \ 13 set -e; for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
12--- qemu.orig/Makefile.target 2008-01-29 23:16:27.000000000 -0800 14Index: trunk/Makefile.target
13+++ qemu-0.9.1/Makefile.target 2008-01-29 23:17:33.000000000 -0800 15===================================================================
14@@ -632,7 +632,7 @@ 16--- trunk.orig/Makefile.target 2008-04-24 20:15:37.000000000 +0100
17+++ trunk/Makefile.target 2008-04-24 20:16:30.000000000 +0100
18@@ -685,7 +685,7 @@
15 19
16 install: all 20 install: all
17 ifneq ($(PROGS),) 21 ifneq ($(PROGS),)
@@ -19,4 +23,4 @@
19+ $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)" 23+ $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
20 endif 24 endif
21 25
22 ifneq ($(wildcard .depend),) 26 # Include automatically generated dependency files