blob: 368eb446663a82e8f6b5ba7f47efa31d98777e04 (
plain)
1
2
3
4
5
6
7
8
9
|
LICENSE = "GPL"
SRC_URI = "http://fabrice.bellard.free.fr/qemu/qemu-${PV}.tar.gz \
file://configure.patch;patch=1 \
file://pl110_rgb-r0.patch;patch=1 \
file://arm_nptl.patch;patch=1"
inherit autotools
|