From 0274c8113ba258db56ff0a3d72cea8e558ba3aef Mon Sep 17 00:00:00 2001 From: "Andrew F. Davis" Date: Thu, 5 Sep 2019 22:38:47 +0000 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko --- recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb index 53d2829e..7a6f013e 100644 --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb @@ -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} }