From 3be51cd536cfb08e95e852ddfdb180a51798b1f0 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Thu, 12 Jul 2018 11:18:59 -0300 Subject: [PATCH] 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 --- recipes-graphics/wayland/wayland_1.15.%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes-graphics/wayland/wayland_1.15.%.bbappend 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 +} -- 2.40.1