diff options
author | Andrew F. Davis <afd@ti.com> | 2019-09-05 22:38:47 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-09-06 21:09:11 +0000 |
commit | 0274c8113ba258db56ff0a3d72cea8e558ba3aef (patch) | |
tree | 0521721f0494b48b2369059040ff84a6fac84b27 /recipes-graphics | |
parent | ed1b39caba9848a05de3be779f7bc0083e292817 (diff) | |
download | meta-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')
-rw-r--r-- | recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 2 |
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 | ||