]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa: Remove redundant install code
authorTom Hochstein <tom.hochstein@nxp.com>
Mon, 30 Jul 2018 19:42:06 +0000 (14:42 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 2 Aug 2018 20:28:10 +0000 (17:28 -0300)
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@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-graphics/mesa/mesa_%.bbappend

index 60eaf8393fd2989a5334e8be499472db3db3cb8c..5ead6251f02377c097ac9e1fcce6d56b2db2bfcf 100644 (file)
@@ -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
 }