From 1815a99f9fa290ae7dada90534b4d5db8e80a307 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 8 Nov 2012 11:31:31 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa-dri_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-graphics/mesa/mesa-dri_git.bb') 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 # this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default DEFAULT_PREFERENCE = "-2" -PR = "${INC_PR}.0" - +PR = "${INC_PR}.1" -- cgit v1.2.3-54-g00ecf