summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-07-08 20:46:35 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-08-29 16:14:22 -0300
commitd9e7b9b5b43adf90ad7e798987deb7c90617556e (patch)
treee3ef28cc91a7b7acc03ccf5cbbd5fee7dfb00514
parentd9ee37016b9a094b11bd629a3c72ae9826768194 (diff)
downloadmeta-fsl-arm-d9e7b9b5b43adf90ad7e798987deb7c90617556e.tar.gz
gpu-viv-bin-mx6q.inc: Fix soname of libGL library
The soname used by mesa is 1.2.0 while the Vivante binary lacked the minor version so sometimes we might end fetching the wrong package because of this. Change-Id: I581c573f2b794923baa96829a483cd6d6f5393e0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
index 38c8db5..42cd964 100644
--- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
+++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
@@ -130,6 +130,9 @@ do_install () {
130 130
131 # We'll only have one backend here so we rename it to generic name 131 # We'll only have one backend here so we rename it to generic name
132 # and avoid rework in other packages, when possible 132 # and avoid rework in other packages, when possible
133 mv ${D}${libdir}/libGL.so.1.2 ${D}${libdir}/libGL.so.1.2.0
134 ln -sf libGL.so.1.2.0 ${D}${libdir}/libGL.so.1.2
135 ln -sf libGL.so.1.2.0 ${D}${libdir}/libGL.so
133 mv ${D}${libdir}/libEGL-${backend}.so ${D}${libdir}/libEGL.so.1 136 mv ${D}${libdir}/libEGL-${backend}.so ${D}${libdir}/libEGL.so.1
134 ln -sf libEGL.so.1 ${D}${libdir}/libEGL.so 137 ln -sf libEGL.so.1 ${D}${libdir}/libEGL.so
135 mv ${D}${libdir}/libGAL-${backend}.so ${D}${libdir}/libGAL.so 138 mv ${D}${libdir}/libGAL-${backend}.so ${D}${libdir}/libGAL.so