From: Tom Hochstein Date: Mon, 30 Jul 2018 19:42:06 +0000 (-0500) Subject: mesa: Remove redundant install code X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8629b06da99c77f1808c6ec58c4406c279eea0b5;p=meta-freescale.git mesa: Remove redundant install code 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 Signed-off-by: Otavio Salvador --- diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 60eaf839..5ead6251 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 }