diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2018-07-02 16:01:26 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-03 15:08:45 -0300 |
commit | 44f7b994b87dab1e2a867515244f6980b0d53e4d (patch) | |
tree | 3aca783de2525d4dc87a0f1073e5516f38d7d376 /recipes-graphics/mesa | |
parent | d227cc133101ecbce25fc4f775863107537f883d (diff) | |
download | meta-freescale-44f7b994b87dab1e2a867515244f6980b0d53e4d.tar.gz |
mesa: Fix do_install_append_imxgpu task
usr/include/KHR is a directory, remove using rm -rf command.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
36 | } | 36 | } |
37 | 37 | ||
38 | do_install_append_imxgpu () { | 38 | do_install_append_imxgpu () { |
39 | rm -f ${D}${includedir}/KHR | 39 | rm -rf ${D}${includedir}/KHR |
40 | if [ "${BACKEND}" = "wayland" ]; then | 40 | if [ "${BACKEND}" = "wayland" ]; then |
41 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc | 41 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc |
42 | fi | 42 | fi |