summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
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-06 21:09:11 +0000
commit0274c8113ba258db56ff0a3d72cea8e558ba3aef (patch)
tree0521721f0494b48b2369059040ff84a6fac84b27 /recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
parented1b39caba9848a05de3be779f7bc0083e292817 (diff)
downloadmeta-ti-0274c8113ba258db56ff0a3d72cea8e558ba3aef.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>
Diffstat (limited to 'recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb')
-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