blob: 43a40c2a27c19918345dc4f0ab792e301c37b134 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
require qemu.inc
PR = "r13"
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
FILESDIR = "${WORKDIR}"
SRC_URI = "\
http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz \
file://workaround_bad_futex_headers.patch;patch=1 \
file://qemu-git-qemugl-host.patch;patch=1 \
file://no-strip.patch;patch=1 \
file://fix-dirent.patch;patch=1 \
file://fix-nogl.patch;patch=1 \
file://qemugl-allow-glxcontext-release.patch;patch=1"
S = "${WORKDIR}/qemu-${PV}"
|