From e8794454224d34b8c5a34fe0ffdc30bcea43d47c Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Mon, 2 Jul 2018 16:01:26 -0300 Subject: [PATCH] mesa: Fix do_install_append_imxgpu task usr/include/KHR is a directory, remove using rm -rf command. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador (cherry picked from commit 44f7b994b87dab1e2a867515244f6980b0d53e4d) --- 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.40.1