diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-git.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-git.inc | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-git.inc b/meta/recipes-graphics/mesa/mesa-git.inc index b907931b7b..d558d0b3b6 100644 --- a/meta/recipes-graphics/mesa/mesa-git.inc +++ b/meta/recipes-graphics/mesa/mesa-git.inc | |||
@@ -1,21 +1,14 @@ | |||
1 | DEPENDS += "mesa-dri-glsl-native" | 1 | # Current pre-9.1 commit |
2 | SRCREV = "1665af3066f3d58c42e9d5b13098f13615a7672c" | ||
3 | PV = "9.1~git${SRCPV}" | ||
2 | 4 | ||
3 | SRCREV = "c1f4867c89adb1a6b19d66ec8ad146115909f0a7" | 5 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=42d77d95cba529a3637129be87d6555d" |
4 | PV = "8.0.4+git${SRCPV}" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67" | ||
7 | FILESEXTRAPATHS_prepend := "${THISDIR}/mesa-git:" | 6 | FILESEXTRAPATHS_prepend := "${THISDIR}/mesa-git:" |
8 | 7 | ||
9 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ | 8 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ |
10 | file://0001-Compile-with-uclibc.patch \ | ||
11 | file://0002-cross-compile.patch \ | 9 | file://0002-cross-compile.patch \ |
12 | file://0003-fix-for-x32.patch \ | ||
13 | " | 10 | " |
11 | |||
14 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'x11', '', 'file://0004-gross-hack-to-prevent-from-install-libgl.patch', d)}" | 12 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'x11', '', 'file://0004-gross-hack-to-prevent-from-install-libgl.patch', d)}" |
15 | 13 | ||
16 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
17 | |||
18 | do_configure_prepend() { | ||
19 | # We need builtin_compiler built for buildhost arch instead of target (is provided by mesa-dri-glsl-native)" | ||
20 | sed -i "s#\./builtin_compiler#${STAGING_BINDIR_NATIVE}/glsl/builtin_compiler#g" ${S}/src/glsl/Makefile | ||
21 | } | ||