summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu_cvs.bb
blob: a5cf98633c9345f10b2ff69cac974becee4d673e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LICENSE = "GPL"
PV = "0.8.2+cvs${SRCDATE}"
PR = "r1"

SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;rsh=ssh;module=qemu \
           file://configure.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"

S = "${WORKDIR}/qemu"

inherit autotools