1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +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 a2c983d4ed
commit 381c4ab435

View File

@@ -49,8 +49,6 @@ do_install () {
oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT}
ln -sf libGLESv2.so.${PV} ${D}${libdir}/libGLESv2.so.1
rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc
chown -R root:root ${D}
}