From: Fabio Berton Date: Thu, 12 Jul 2018 14:18:59 +0000 (-0300) Subject: wayland: Remove file provided by imx-gpu-viv X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3be51cd536cfb08e95e852ddfdb180a51798b1f0;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- 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 @@ +# Remove files provided by imx-gpu-viv +do_install_append_imxgpu () { + rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc +}