diff options
Diffstat (limited to 'packages/qemu/qemu_cvs.bb')
-rw-r--r-- | packages/qemu/qemu_cvs.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/qemu/qemu_cvs.bb b/packages/qemu/qemu_cvs.bb index 8d22a6f1f8..8cfabb3ebc 100644 --- a/packages/qemu/qemu_cvs.bb +++ b/packages/qemu/qemu_cvs.bb @@ -3,10 +3,11 @@ HOMEPAGE = "http://fabrice.bellard.free.fr/qemu/" SECTION = "devel" LICENSE = "GPL" PV = "0.8.2+cvs${SRCDATE}" -PR = "r1" +PR = "r2" SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;rsh=ssh;module=qemu \ file://configure.patch;patch=1 \ + file://makefile.patch;patch=1 \ file://qemu-sdl-cursor.patch;patch=1 \ file://arm_nptl.patch;patch=1 \ file://pl110_rgb-r0.patch;patch=1 \ @@ -14,8 +15,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 |