blob: 5697e69578ed330633822cedb62ea2593943d742 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
LICENSE = "GPL"
PV = "0.8.0+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://mouse_fix-r0.patch;patch=1 \
file://pl110_rgb-r0.patch;patch=1"
S = "${WORKDIR}/qemu"
inherit autotools
|