aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu_0.12.4.bb
blob: f1ecf3c067f46880682f3eec962c50edbd26d040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
require qemu.inc

PR = "r14"

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 \
    file://qemu-git-qemugl-host.patch \
    file://no-strip.patch \
    file://fix-dirent.patch \
    file://fix-nogl.patch \
    file://qemugl-allow-glxcontext-release.patch \
    file://linker-flags.patch"
    file://init-info.patch;patch=1"

S = "${WORKDIR}/qemu-${PV}"