summaryrefslogtreecommitdiff
path: root/meta/packages/qemu/qemu_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/qemu/qemu_git.bb')
-rw-r--r--meta/packages/qemu/qemu_git.bb15
1 files changed, 8 insertions, 7 deletions
diff --git a/meta/packages/qemu/qemu_git.bb b/meta/packages/qemu/qemu_git.bb
index 8f39f5b6f..b1468704a 100644
--- a/meta/packages/qemu/qemu_git.bb
+++ b/meta/packages/qemu/qemu_git.bb
@@ -1,19 +1,20 @@
require qemu.inc
PV = "0.12.4"
-PR = "r7"
+PR = "r8"
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/"
FILESDIR = "${WORKDIR}"
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"
+ 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"
S = "${WORKDIR}/git"