aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qemu/qemu-0.10.3/no-strip.patch
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-08 18:43:50 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-09 01:26:35 +0300
commitdc7ab385e91447a01dbadeea1d24f9689291d4b6 (patch)
treecb7b4c5dd11749fa92ed377cefa54502e25b9d1f /recipes/qemu/qemu-0.10.3/no-strip.patch
parentb8911ce7bc8612fd0084e2f8d689491e212f6c96 (diff)
downloadopenembedded-rik/qemu-0.12.tar.gz
qemu: remove 0.10.3rik/qemu-0.12
See "sanity: remove /proc/sys/vm/mmap_min_addr check" for reasoning, basically, 0.12.x is needed for reliable work on any host system. Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/qemu/qemu-0.10.3/no-strip.patch')
-rw-r--r--recipes/qemu/qemu-0.10.3/no-strip.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes/qemu/qemu-0.10.3/no-strip.patch b/recipes/qemu/qemu-0.10.3/no-strip.patch
deleted file mode 100644
index 4813dd4e2b..0000000000
--- a/recipes/qemu/qemu-0.10.3/no-strip.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: trunk/Makefile
-===================================================================
---- trunk.orig/Makefile 2008-04-24 20:15:37.000000000 +0100
-+++ trunk/Makefile 2008-04-24 20:16:30.000000000 +0100
-@@ -196,7 +196,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)"
- set -e; for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
-Index: trunk/Makefile.target
-===================================================================
---- trunk.orig/Makefile.target 2008-04-24 20:15:37.000000000 +0100
-+++ trunk/Makefile.target 2008-04-24 20:16:30.000000000 +0100
-@@ -685,7 +685,7 @@
-
- install: all
- ifneq ($(PROGS),)
-- $(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)"
-+ $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
- endif
-
- # Include automatically generated dependency files