]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qemu/qemu_cvs.bb
updated to qemu 0.82 from oe.dev to familiar with patches to enable building with...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qemu / qemu_cvs.bb
1 DESCRIPTION = "Qemu is an open source processor emulator."
2 HOMEPAGE = "http://fabrice.bellard.free.fr/qemu/"
3 SECTION = "devel"
4 LICENSE = "GPL"
5 PV = "0.8.2+cvs${CVSDATE}"
6 PR = "r1"
7
8 SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;rsh=ssh;module=qemu \
9            file://configure.patch;patch=1 \
10            file://qemu-sdl-cursor.patch;patch=1 \
11            file://arm_nptl.patch;patch=1 \
12            file://pl110_rgb-r0.patch;patch=1 \
13            file://qemu-pci-irq-sharing.patch;patch=1 \
14            file://compiler.patch;patch=1 \
15            file://qemu-usb-wacom-0.8.2.patch;patch=1 \
16            file://qemu-usb-wacom-pressure.patch;patch=1 \
17            file://qemu-usb-wacom-buttons.patch;patch=1"
18 S = "${WORKDIR}/qemu"
19
20 inherit autotools
21