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:09:15 -0300 |
commit | e8794454224d34b8c5a34fe0ffdc30bcea43d47c (patch) | |
tree | 85056a892404265aba2b06bb5e8cd943f55ce002 | |
parent | b0cd2fe43a8685809f3dc18dc7851192398986ff (diff) | |
download | meta-freescale-e8794454224d34b8c5a34fe0ffdc30bcea43d47c.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>
(cherry picked from commit 44f7b994b87dab1e2a867515244f6980b0d53e4d)
-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 67e8f5ae6..60eaf8393 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 |