[meta-freescale] [PATCH] mesa: Remove /usr/lib/pkgconfig/wayland-egl.pc

Fabio Berton fabio.berton at ossystems.com.br
Thu Nov 16 05:07:45 PST 2017


The file /usr/lib/pkgconfig/wayland-egl.pc is installed by imx-gpu-viv
and we need to remove from mesa.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 recipes-graphics/mesa/mesa_%.bbappend | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index eaa94eef..a89184ec 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -23,3 +23,7 @@ do_install_append_imxgpu3d () {
           ${D}${includedir}/GL/gl.h \
           ${D}${includedir}/GL/glext.h
 }
+
+do_install_append_imxgpu2d () {
+    rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc
+}
-- 
2.14.2



More information about the meta-freescale mailing list