qemu: apply patch from bug 2157
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 15 Jun 2007 14:18:49 +0000 (14:18 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 15 Jun 2007 14:18:49 +0000 (14:18 +0000)
* enables compilation of qemu-native with gcc4
* disables gcc version check
* mail has been sent to the list to let everybody know

packages/qemu/qemu-qop-nogfx-native_svn.bb
packages/qemu/qemu_cvs.bb

index 4936761..1a041c8 100644 (file)
@@ -4,6 +4,7 @@ PROVIDES = "qemu-native"
 
 SRC_URI = "svn://nowt.dyndns.org/svn/qemu;module=trunk;proto=https \
            file://configure.patch;patch=1 \
+           http://www.busybox.net/downloads/qemu/qemu-gcc-4-all.patch;patch=1 \
            "
 
 S = "${WORKDIR}/trunk"
index 8d22a6f..23589fe 100644 (file)
@@ -14,8 +14,11 @@ SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;r
            file://compiler.patch;patch=1 \
            file://qemu-usb-wacom-0.8.2.patch;patch=1 \
            file://qemu-usb-wacom-pressure.patch;patch=1 \
-           file://qemu-usb-wacom-buttons.patch;patch=1"
+           file://qemu-usb-wacom-buttons.patch;patch=1 \
+           http://www.busybox.net/downloads/qemu/qemu-gcc-4-all.patch;patch=1"
 S = "${WORKDIR}/qemu"
 
+EXTRA_OECONF="--disable-gcc-check"
+
 inherit autotools