summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/qemugl_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa/qemugl_git.bb')
-rw-r--r--meta/recipes-graphics/mesa/qemugl_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/qemugl_git.bb b/meta/recipes-graphics/mesa/qemugl_git.bb
index 9d5115f43d..1658759258 100644
--- a/meta/recipes-graphics/mesa/qemugl_git.bb
+++ b/meta/recipes-graphics/mesa/qemugl_git.bb
@@ -11,13 +11,14 @@ COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)'
11 11
12SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \ 12SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \
13 file://versionfix.patch \ 13 file://versionfix.patch \
14 file://remove-x11r6-lib-dir.patch" 14 file://remove-x11r6-lib-dir.patch \
15 file://call_opengl_fix.patch"
15S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
16 17
17SRCREV = "d888bbc723c00d197d34a39b5b7448660ec1b1c0" 18SRCREV = "d888bbc723c00d197d34a39b5b7448660ec1b1c0"
18 19
19PV = "0.0+git${SRCPV}" 20PV = "0.0+git${SRCPV}"
20PR = "r7" 21PR = "r8"
21 22
22DEFAULT_PREFERENCE = "-1" 23DEFAULT_PREFERENCE = "-1"
23 24