blob: 0dfe01aa111cf18f931fd02d3b384e46de8746ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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://pl110_rgb-r0.patch;patch=1 \
file://arm_nptl.patch;patch=1"
S = "${WORKDIR}/qemu"
inherit autotools
|