summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-git.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-11-08 11:31:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-12 13:36:39 +0000
commit1815a99f9fa290ae7dada90534b4d5db8e80a307 (patch)
tree847293b4e88a9c66f5b077ba5aea407614c1b295 /meta/recipes-graphics/mesa/mesa-git.inc
parentc04f54352fd09782e7f3fff87f48ad90ae70dbfa (diff)
downloadpoky-1815a99f9fa290ae7dada90534b4d5db8e80a307.tar.gz
mesa: remove python2 detection hack
Our python-native is 2.7.3 which ships python2, and we've been patching it in to earlier versions since September 2011. (From OE-Core rev: 1961ea1493caf5fe2959db2a11831a4a5a17eaeb) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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}