[meta-freescale] [meta-fsl-arm PATCH 5/8] gpu-viv-bin-mx6q.inc: Fix soname of libGL library

John Weber rjohnweber at gmail.com
Wed Jul 17 12:32:09 PDT 2013


Does this fix the issue I found in bug:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=4850

If so, great!

On 7/17/13 1:17 PM, Otavio Salvador wrote:
> 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 at ossystems.com.br>
> ---
>   recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 3 +++
>   1 file changed, 3 insertions(+)
>
> 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 c9c266e..8c64822 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
> @@ -116,6 +116,9 @@ do_install () {
>
>       # We'll only have one backend here so we rename it to generic name
>       # and avoid rework in other packages, when possible
> +    mv ${D}${libdir}/libGL.so.1.2 ${D}${libdir}/libGL.so.1.2.0
> +    ln -sf libGL.so.1.2.0 ${D}${libdir}/libGL.so.1.2
> +    ln -sf libGL.so.1.2.0 ${D}${libdir}/libGL.so
>       mv ${D}${libdir}/libEGL-${backend}.so ${D}${libdir}/libEGL.so.1
>       ln -sf libEGL.so.1 ${D}${libdir}/libEGL.so
>       mv ${D}${libdir}/libGAL-${backend}.so ${D}${libdir}/libGAL.so
>



More information about the meta-freescale mailing list