summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-09-23 12:32:50 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-09-25 15:28:34 -0300
commite60662dc6e4efc2b4ce739e5ddf9573328d1603b (patch)
tree31906026f48b8708acf9e73a9152bf17c9e0c0ea /recipes-graphics
parente621e5cab06b3a94446880311a5ff36302bd7171 (diff)
downloadmeta-fsl-arm-e60662dc6e4efc2b4ce739e5ddf9573328d1603b.tar.gz
mesa: Remove redundant PACKAGE_ARCH setting
The PACKAGE_ARCH is now dynamically set for package which depends on GPU libraries. Change-Id: I5d2b23fb31f17becc10a7c5955aee9ff4d940a17 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/mesa/mesa_9.1.6.bbappend3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-graphics/mesa/mesa_9.1.6.bbappend b/recipes-graphics/mesa/mesa_9.1.6.bbappend
index 5b3c927..9975abc 100644
--- a/recipes-graphics/mesa/mesa_9.1.6.bbappend
+++ b/recipes-graphics/mesa/mesa_9.1.6.bbappend
@@ -32,9 +32,6 @@ python __anonymous () {
32 new_provides.append(i) 32 new_provides.append(i)
33 33
34 d.setVar('PROVIDES', ' '.join(new_provides)) 34 d.setVar('PROVIDES', ' '.join(new_provides))
35
36 # We are now machine specific
37 d.setVar('PACKAGE_ARCH', d.getVar('MACHINE_ARCH'))
38} 35}
39 36
40# FIXME: Dirty hack to allow use of Vivante GPU libGL binary 37# FIXME: Dirty hack to allow use of Vivante GPU libGL binary