qemu: Really use gcc 3.x

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4340 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-04-25 13:14:52 +00:00
parent 07a498028d
commit 869b97b652
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
LICENSE = "GPL"
DEPENDS = "zlib"
PV = "0.9.1+svnr${SRCREV}"
PR = "r9"
PR = "r10"
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-0.9.1+svn/"
@ -33,7 +33,6 @@ SRC_URI = "\
file://no-strip.patch;patch=1 \
file://fix_brk.patch;patch=1 \
file://fix_protection_bits.patch;patch=1 \
file://remove_gcc3_check.patch;patch=1 \
file://qemu-n800-support.patch;patch=1"
S = "${WORKDIR}/trunk"