From 8071f0f8f16ebd6aa34ac672b68f0c75226bf514 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 25 May 2013 16:15:29 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.3.bbappend | 5 +++++ 1 file changed, 5 insertions(+) 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.* +} -- 2.40.1