diff options
Diffstat (limited to 'meta/packages/qemu/qemu_git.bb')
-rw-r--r-- | meta/packages/qemu/qemu_git.bb | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/meta/packages/qemu/qemu_git.bb b/meta/packages/qemu/qemu_git.bb index 8f39f5b6f8..b1468704ac 100644 --- a/meta/packages/qemu/qemu_git.bb +++ b/meta/packages/qemu/qemu_git.bb | |||
@@ -1,19 +1,20 @@ | |||
1 | require qemu.inc | 1 | require qemu.inc |
2 | 2 | ||
3 | PV = "0.12.4" | 3 | PV = "0.12.4" |
4 | PR = "r7" | 4 | PR = "r8" |
5 | 5 | ||
6 | FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/" | 6 | FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/" |
7 | FILESDIR = "${WORKDIR}" | 7 | FILESDIR = "${WORKDIR}" |
8 | 8 | ||
9 | SRC_URI = "\ | 9 | SRC_URI = "\ |
10 | git://git.sv.gnu.org/qemu.git;protocol=git \ | 10 | git://git.sv.gnu.org/qemu.git;protocol=git \ |
11 | file://workaround_bad_futex_headers.patch;patch=1 \ | 11 | file://workaround_bad_futex_headers.patch \ |
12 | file://qemu-git-qemugl-host.patch;patch=1 \ | 12 | file://qemu-git-qemugl-host.patch \ |
13 | file://no-strip.patch;patch=1 \ | 13 | file://no-strip.patch \ |
14 | file://fix-dirent.patch;patch=1 \ | 14 | file://fix-dirent.patch \ |
15 | file://fix-nogl.patch;patch=1 \ | 15 | file://fix-nogl.patch \ |
16 | file://qemugl-allow-glxcontext-release.patch;patch=1" | 16 | file://qemugl-allow-glxcontext-release.patch \ |
17 | file://linker-flags.patch" | ||
17 | 18 | ||
18 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
19 | 20 | ||