From: Otavio Salvador Date: Sat, 25 May 2013 19:15:29 +0000 (-0300) Subject: mesa: Drop libGL when building for i.MX6 X-Git-Tag: 2.1~1348 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8071f0f8f16ebd6aa34ac672b68f0c75226bf514;p=meta-freescale.git mesa: Drop libGL when building for i.MX6 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 --- diff --git a/meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.3.bbappend b/meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.3.bbappend index 765e2f8f..b0535a74 100644 --- a/meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.3.bbappend +++ b/meta-fsl-arm/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.* +}