]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu: Really use gcc 3.x
authorRichard Purdie <richard@openedhand.com>
Fri, 25 Apr 2008 13:14:52 +0000 (13:14 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 25 Apr 2008 13:14:52 +0000 (13:14 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4340 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/qemu/qemu_svn.bb

index c192838dbca4c6c5094acfb19d68157b995e442f..ed6707532a78bfcf6d2c9b6ed0be619b68777db7 100644 (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"