blob: 483b4dfb5b7904f33233cbfcc628793a8f174f64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
LICENSE = "GPL"
PV = "0.8.2+cvs${SRCDATE}"
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-usb-wacom.patch;patch=1"
S = "${WORKDIR}/qemu"
inherit autotools
|