This reverts commit
3be51cd536cfb08e95e852ddfdb180a51798b1f0.
This fixes the following issue:
| No package 'wayland-egl' found
Reason is that
3be51cd5 should have been removed as soon as the
following commit was pushed:
f1e39bd1 imx-gpu-viv: Remove wayland-egl files
Since imx-gpu-viv doesn't provide wayland-egl any longer, wayland
recipe has to.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
+++ /dev/null
-# Remove files provided by imx-gpu-viv
-do_install_append_imxgpu () {
- rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc
-}