summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-dri_git.bb
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-dri_git.bb
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-dri_git.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri_git.bb b/meta/recipes-graphics/mesa/mesa-dri_git.bb
index 4b36f20beb..de1aa14cc1 100644
--- a/meta/recipes-graphics/mesa/mesa-dri_git.bb
+++ b/meta/recipes-graphics/mesa/mesa-dri_git.bb
@@ -5,5 +5,4 @@ require mesa-dri.inc
5# this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default 5# this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default
6DEFAULT_PREFERENCE = "-2" 6DEFAULT_PREFERENCE = "-2"
7 7
8PR = "${INC_PR}.0" 8PR = "${INC_PR}.1"
9