summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu_git.bb
blob: 346e9a394754e370a30dfb4c5f67d748a0ec6889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require qemu.inc

PV = "0.12.0+git${SRCREV}"
PR = "r6"

FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/:${FILE_DIRNAME}/qemu-0.12/"

SRC_URI = "\
    git://git.sv.gnu.org/qemu.git;protocol=git \
    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}/git"