1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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
This commit is contained in:
Richard Purdie
2008-02-03 00:13:20 +00:00
parent 8c42510e06
commit 8a11c60935
+3 -2
View 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}"