[meta-freescale] [PATCH 26/52] mesa: Remove redundant install code

Tom Hochstein tom.hochstein at nxp.com
Mon Jul 30 12:42:06 PDT 2018


Now that wayland 1.15 provides libwayland-egl, the main mesa recipe
removes libwayland-egl from its install, so no need to repeat that here.

Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
---
 recipes-graphics/mesa/mesa_%.bbappend | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 60eaf83..5ead625 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -37,7 +37,4 @@ do_install_append_imxgpu3d () {
 
 do_install_append_imxgpu () {
     rm -rf ${D}${includedir}/KHR
-    if [ "${BACKEND}" = "wayland" ]; then
-        rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc
-    fi
 }
-- 
2.7.4



More information about the meta-freescale mailing list