aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qemu/qemu_cvs.bb
blob: 8cfabb3ebc37334cc0a09c053a2e1e38530fbb1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DESCRIPTION = "Qemu is an open source processor emulator."
HOMEPAGE = "http://fabrice.bellard.free.fr/qemu/"
SECTION = "devel"
LICENSE = "GPL"
PV = "0.8.2+cvs${SRCDATE}"
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 \
           file://qemu-pci-irq-sharing.patch;patch=1 \
           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 \
           http://www.busybox.net/downloads/qemu/qemu-gcc-4-all.patch;patch=1"
S = "${WORKDIR}/qemu"

EXTRA_OECONF="--disable-gcc-check"

inherit autotools