aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa/mesa_9.1.3.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/mesa/mesa_9.1.3.bbappend')
-rw-r--r--recipes-graphics/mesa/mesa_9.1.3.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa_9.1.3.bbappend b/recipes-graphics/mesa/mesa_9.1.3.bbappend
index 765e2f8..b0535a7 100644
--- a/recipes-graphics/mesa/mesa_9.1.3.bbappend
+++ b/recipes-graphics/mesa/mesa_9.1.3.bbappend
@@ -34,3 +34,8 @@ python __anonymous () {
# We are now machine specific
d.setVar('PACKAGE_ARCH', d.getVar('MACHINE_ARCH'))
}
+
+# FIXME: Dirty hack to allow use of Vivante GPU libGL binary
+do_install_append_mx6 () {
+ rm ${D}${libdir}/libGL.*
+}