]> code.ossystems Code Review - meta-freescale.git/commitdiff
wayland: Remove file provided by imx-gpu-viv
authorFabio Berton <fabio.berton@ossystems.com.br>
Thu, 12 Jul 2018 14:18:59 +0000 (11:18 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 12 Jul 2018 20:40:34 +0000 (17:40 -0300)
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>
recipes-graphics/wayland/wayland_1.15.%.bbappend [new file with mode: 0644]

diff --git a/recipes-graphics/wayland/wayland_1.15.%.bbappend b/recipes-graphics/wayland/wayland_1.15.%.bbappend
new file mode 100644 (file)
index 0000000..31fc0aa
--- /dev/null
@@ -0,0 +1,4 @@
+# Remove files provided by imx-gpu-viv
+do_install_append_imxgpu () {
+    rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc
+}