]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu: Add no-strip patch from OE fixing strip problems
authorRichard Purdie <richard@openedhand.com>
Sun, 3 Feb 2008 00:13:20 +0000 (00:13 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 3 Feb 2008 00:13:20 +0000 (00:13 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3662 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/qemu/qemu_0.9.1.bb

index 1a34d4d73b353524349c8a97b2f1122933ef515c..164296b0d41001eea08762f57e34c671a2b8cfbd 100644 (file)
@@ -1,6 +1,6 @@
 LICENSE = "GPL"
 DEPENDS = "zlib"
-PR = "r5"
+PR = "r7"
 
 FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
 FILESDIR = "${WORKDIR}"
@@ -33,7 +33,8 @@ SRC_URI = "\
     file://fix_segfault.patch;patch=1 \
     file://writev_fix.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}"