[meta-freescale] [PATCH 1/4] mesa: Fix do_install_append_imxgpu task

Fabio Berton fabio.berton at ossystems.com.br
Mon Jul 2 12:01:26 PDT 2018


usr/include/KHR is a directory, remove using rm -rf command.

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

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



More information about the meta-freescale mailing list