From edcc08790d80e9ec33f344a2c857d4212d93bf78 Mon Sep 17 00:00:00 2001 From: Damian Hobson-Garcia Date: Wed, 29 Jun 2016 11:25:56 +0900 Subject: Use relative path for libGLESv2.so.2 sybolic link The versioned binary should be linked to the libGLESv2.so in the same directory and not to its location in the host build path. Change-Id: Id8b3a85f9cbde8d67ff1027503b4670b9c546950 Signed-off-by: Damian Hobson-Garcia --- meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-rcar-gen2/recipes-graphics') diff --git a/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module.bb b/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module.bb index 1845c98..bc4dc4c 100644 --- a/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module.bb +++ b/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module.bb @@ -55,7 +55,7 @@ do_install() { cp -r ${S}/usr ${D} # Create a symbolic link for compatibility with various software - ln -s ${D}/usr/lib/libGLESv2.so ${D}/usr/lib/libGLESv2.so.2 + ln -s libGLESv2.so ${D}/usr/lib/libGLESv2.so.2 if [ "${USE_WAYLAND}" = "1" ]; then # Rename libEGL.so -- cgit 1.2.3-korg