diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2018-07-12 11:18:59 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-12 17:40:34 -0300 |
commit | 3be51cd536cfb08e95e852ddfdb180a51798b1f0 (patch) | |
tree | ffa911dea4aa400d044e7c39907b29e750b848a1 /recipes-graphics | |
parent | 0297ed90490195152fba2fdead3111ad35768a00 (diff) | |
download | meta-freescale-3be51cd536cfb08e95e852ddfdb180a51798b1f0.tar.gz |
wayland: Remove file provided by imx-gpu-viv
wayland-egl.pc is installed by imx-gpu-viv and we need to remove
from wayland package for imxgpu machines.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/wayland_1.15.%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/wayland_1.15.%.bbappend b/recipes-graphics/wayland/wayland_1.15.%.bbappend new file mode 100644 index 00000000..31fc0aa6 --- /dev/null +++ b/recipes-graphics/wayland/wayland_1.15.%.bbappend | |||
@@ -0,0 +1,4 @@ | |||
1 | # Remove files provided by imx-gpu-viv | ||
2 | do_install_append_imxgpu () { | ||
3 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc | ||
4 | } | ||