]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa: Drop libGL when building for i.MX6
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 25 May 2013 19:15:29 +0000 (16:15 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 7 Jun 2013 17:17:04 +0000 (14:17 -0300)
The Vivante GPU package provide a libGL library which we should use to
fully support the GPU features; so we drop the binary library from
mesa package.

Change-Id: I7e675e2fb6b9cf8600c7aa7fa961fc743bb051bc
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.3.bbappend

index 765e2f8f90bfe295264f6a58ffcd9e61f6072709..b0535a743e91e3fd7c27c2fc1c68791152d3d71e 100644 (file)
@@ -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.*
+}