All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daiane Angolini <daiane.angolini@freescale.com>
To: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm for dylan][PATCH v2] amd-gpu-x11-bin-mx51: install dev symbolic link
Date: Mon, 24 Jun 2013 16:00:23 -0300	[thread overview]
Message-ID: <51C89747.2070201@freescale.com> (raw)
In-Reply-To: <1372100323-5189-1-git-send-email-daiane.angolini@freescale.com>

On 06/24/2013 03:58 PM, Daiane Angolini wrote:
> Create the .so file needed by -dev package.
>

Please, ignore this v2 I just realized i sent the wrong file.

I'm going to send the right one as v3

Daiane


> Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
> ---
> changes since v1:
> -symbolic link are now relative
>
>   recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb |    4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
> index 2dee47a..fd972ed 100644
> --- a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
> +++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
> @@ -4,7 +4,7 @@
>   DESCRIPTION = "GPU driver and apps for x11 on mx51"
>   LICENSE = "Proprietary"
>   SECTION = "libs"
> -PR = "r12"
> +PR = "r13"
>
>   # FIXME: Replace for correct AMD license
>   LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802"
> @@ -42,6 +42,8 @@ do_install () {
>       # FIXME: Fix sonames of broken libraries
>       mv ${D}${libdir}/lib2dz160.so ${D}${libdir}/lib2dz160.so.0
>       mv ${D}${libdir}/lib2dz430.so ${D}${libdir}/lib2dz430.so.0
> +    ln -sf ${libdir}/lib2dz160.so.0 ${D}${libdir}/lib2dz160.so
> +    ln -sf ${libdir}/lib2dz430.so.0 ${D}${libdir}/lib2dz430.so
>
>       # FIXME: Remove unkown files
>       rm -r ${D}${libdir}/libcsi.a \
>


-- 
Daiane



      reply	other threads:[~2013-06-24 19:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-24 18:58 [meta-fsl-arm for dylan][PATCH v2] amd-gpu-x11-bin-mx51: install dev symbolic link Daiane Angolini
2013-06-24 19:00 ` Daiane Angolini [this message]

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=51C89747.2070201@freescale.com \
    --to=daiane.angolini@freescale.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.