diff options
author | Ross Burton <ross.burton@intel.com> | 2012-11-08 11:31:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-12 12:44:42 +0000 |
commit | 1961ea1493caf5fe2959db2a11831a4a5a17eaeb (patch) | |
tree | 033da81a0cbb75e10928d0c1aa0ece7c03248276 /meta/recipes-graphics/mesa/mesa-git.inc | |
parent | b6d391903ae8baf902fa142a58533857ade6afd3 (diff) | |
download | openembedded-core-1961ea1493caf5fe2959db2a11831a4a5a17eaeb.tar.gz openembedded-core-1961ea1493caf5fe2959db2a11831a4a5a17eaeb.tar.bz2 openembedded-core-1961ea1493caf5fe2959db2a11831a4a5a17eaeb.zip |
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.
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.inc | 2 |
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 S = "${WORKDIR}/git" do_configure_prepend() { - #check for python not python2, because python-native does not stage python2 binary/link - sed -i 's/AC_CHECK_PROGS(\[PYTHON2\], \[python2 python\])/AC_CHECK_PROGS(\[PYTHON2\], \[python python\])/g' ${S}/configure.ac # We need builtin_compiler built for buildhost arch instead of target (is provided by mesa-dri-glsl-native)" sed -i "s#\./builtin_compiler#${STAGING_BINDIR_NATIVE}/glsl/builtin_compiler#g" ${S}/src/glsl/Makefile } |