summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2019-09-05 22:38:47 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-09-17 17:31:26 +0000
commit381c4ab4353fda8da96f8771a58f08e08fb9bf46 (patch)
tree08ae57a79f5bd7618551c2d2982057053f6ba503
parenta2c983d4ed182b6a2e4bf3d2feea4f42de59c3fb (diff)
downloadmeta-ti-381c4ab4353fda8da96f8771a58f08e08fb9bf46.tar.gz
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>
-rw-r--r--recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb2
1 files changed, 0 insertions, 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 () {
49 oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} 49 oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT}
50 ln -sf libGLESv2.so.${PV} ${D}${libdir}/libGLESv2.so.1 50 ln -sf libGLESv2.so.${PV} ${D}${libdir}/libGLESv2.so.1
51 51
52 rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc
53
54 chown -R root:root ${D} 52 chown -R root:root ${D}
55} 53}
56 54