All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Weber <rjohnweber@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: Re: [meta-fsl-arm PATCH 5/8] gpu-viv-bin-mx6q.inc: Fix soname of libGL library
Date: Wed, 17 Jul 2013 14:32:09 -0500	[thread overview]
Message-ID: <51E6F139.8030503@gmail.com> (raw)
In-Reply-To: <1374085031-2116-5-git-send-email-otavio@ossystems.com.br>

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@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
>


  reply	other threads:[~2013-07-17 19:32 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-17 18:17 [meta-fsl-arm PATCH 1/8] imx-lib.inc: Remove unused assignment for FILES definition Otavio Salvador
2013-07-17 18:17 ` [meta-fsl-arm PATCH 2/8] imx-lib.inc: Add .so files in imx-lib package Otavio Salvador
2013-07-17 18:17 ` [meta-fsl-arm PATCH 3/8] u-boot-fslc: Update to 2013.07-rc3 release Otavio Salvador
2013-07-17 18:20   ` Fabio Estevam
2013-07-17 18:17 ` [meta-fsl-arm PATCH 4/8] gpu-viv-bin-mx6q.inc: Keep library package suffix for OpenGL interfaces Otavio Salvador
2013-07-17 18:17 ` [meta-fsl-arm PATCH 5/8] gpu-viv-bin-mx6q.inc: Fix soname of libGL library Otavio Salvador
2013-07-17 19:32   ` John Weber [this message]
2013-07-17 19:45     ` Otavio Salvador
2013-07-17 18:17 ` [meta-fsl-arm PATCH 6/8] gst-fsl-plugin: Add PACKAGECONFIG options Otavio Salvador
2013-07-17 18:17 ` [meta-fsl-arm PATCH 7/8] gst-fsl-plugin: Drop 2.0.3 patches which were kept around by mistake Otavio Salvador
2013-07-17 18:17 ` [meta-fsl-arm PATCH 8/8] qt4: Enable OpenGL ES2 support for i.MX6 Otavio Salvador
2013-07-30 18:20   ` Eric Nelson
2013-08-01  3:03     ` Otavio Salvador
2013-08-01 16:19       ` Sandoval Gonzalez Leonardo-B42214
2013-08-01 17:40         ` Eric Nelson
2013-08-01 18:10           ` Carrillodominguez Francisco Alberto-B35153
2013-08-01 18:14             ` Eric Nelson
2013-08-05 21:32             ` Carrillodominguez Francisco Alberto-B35153
2013-08-05 22:57               ` Eric Nelson
2013-08-06 13:58                 ` Sandoval Gonzalez Leonardo-B42214
2013-08-06 14:03                   ` Eric Nelson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51E6F139.8030503@gmail.com \
    --to=rjohnweber@gmail.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.