summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-git.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-git.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa-git.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-git.inc b/meta/recipes-graphics/mesa/mesa-git.inc
index 7910eb654d..b907931b7b 100644
--- a/meta/recipes-graphics/mesa/mesa-git.inc
+++ b/meta/recipes-graphics/mesa/mesa-git.inc
@@ -16,8 +16,6 @@ SRC_URI += "${@base_contains('DISTRO_FEATURES', 'x11', '', 'file://0004-gross-ha
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18do_configure_prepend() { 18do_configure_prepend() {
19 #check for python not python2, because python-native does not stage python2 binary/link
20 sed -i 's/AC_CHECK_PROGS(\[PYTHON2\], \[python2 python\])/AC_CHECK_PROGS(\[PYTHON2\], \[python python\])/g' ${S}/configure.ac
21 # We need builtin_compiler built for buildhost arch instead of target (is provided by mesa-dri-glsl-native)" 19 # We need builtin_compiler built for buildhost arch instead of target (is provided by mesa-dri-glsl-native)"
22 sed -i "s#\./builtin_compiler#${STAGING_BINDIR_NATIVE}/glsl/builtin_compiler#g" ${S}/src/glsl/Makefile 20 sed -i "s#\./builtin_compiler#${STAGING_BINDIR_NATIVE}/glsl/builtin_compiler#g" ${S}/src/glsl/Makefile
23} 21}