summaryrefslogtreecommitdiff
path: root/meta/packages
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-02-03 00:13:20 +0000
committerRichard Purdie <richard@openedhand.com>2008-02-03 00:13:20 +0000
commit8a11c60935bf29cac3613846798e3520695eb4b2 (patch)
tree5bad9ff34c5ba52c92b644de72af5658b9f768d8 /meta/packages
parent8c42510e06cdc8364f5e74b31b1d75ca342ab269 (diff)
downloadopenembedded-core-8a11c60935bf29cac3613846798e3520695eb4b2.tar.gz
openembedded-core-8a11c60935bf29cac3613846798e3520695eb4b2.tar.bz2
openembedded-core-8a11c60935bf29cac3613846798e3520695eb4b2.tar.xz
openembedded-core-8a11c60935bf29cac3613846798e3520695eb4b2.zip
qemu: Add no-strip patch from OE fixing strip problems
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3662 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/qemu/qemu_0.9.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/qemu/qemu_0.9.1.bb b/meta/packages/qemu/qemu_0.9.1.bb
index 1a34d4d73..164296b0d 100644
--- a/meta/packages/qemu/qemu_0.9.1.bb
+++ b/meta/packages/qemu/qemu_0.9.1.bb
@@ -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}"