1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 11:59:49 +00:00

ti-sgx-ddk-um: Remove the removing of wayland-egl.pc

This file was shipped as part of the DDK, but was also supplied by
libwayland so it was deleted here. This file has been removed from
the DDK, so deleting the file manually here is no longer needed.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Andrew F. Davis
2019-09-05 22:38:47 +00:00
committed by Denys Dmytriyenko
parent ed1b39caba
commit 0274c8113b
@@ -49,8 +49,6 @@ do_install () {
oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT}
ln -sf libGLESv2.so.${PV} ${D}${libdir}/libGLESv2.so.1 ln -sf libGLESv2.so.${PV} ${D}${libdir}/libGLESv2.so.1
rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc
chown -R root:root ${D} chown -R root:root ${D}
} }