From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from co1outboundpool.messaging.microsoft.com (co1ehsobe001.messaging.microsoft.com [216.32.180.184]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 55404E01403 for ; Mon, 24 Jun 2013 12:02:51 -0700 (PDT) Received: from mail195-co1-R.bigfish.com (10.243.78.244) by CO1EHSOBE028.bigfish.com (10.243.66.91) with Microsoft SMTP Server id 14.1.225.23; Mon, 24 Jun 2013 19:02:50 +0000 Received: from mail195-co1 (localhost [127.0.0.1]) by mail195-co1-R.bigfish.com (Postfix) with ESMTP id A6F18CC023C for ; Mon, 24 Jun 2013 19:02:50 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zzbb2dI98dI9371I1432Izz1f42h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ah1fc6hzz8275bhz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1d0ch1d2eh1d3fh1dfeh1dffh1155h) Received: from mail195-co1 (localhost.localdomain [127.0.0.1]) by mail195-co1 (MessageSwitch) id 1372100568253193_22543; Mon, 24 Jun 2013 19:02:48 +0000 (UTC) Received: from CO1EHSMHS028.bigfish.com (unknown [10.243.78.252]) by mail195-co1.bigfish.com (Postfix) with ESMTP id 3B878A8007B for ; Mon, 24 Jun 2013 19:02:48 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CO1EHSMHS028.bigfish.com (10.243.66.38) with Microsoft SMTP Server (TLS) id 14.1.225.23; Mon, 24 Jun 2013 19:02:47 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-002.039d.mgd.msft.net (10.84.1.15) with Microsoft SMTP Server (TLS) id 14.2.328.11; Mon, 24 Jun 2013 19:02:46 +0000 Received: from [10.29.244.5] ([10.29.244.5]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id r5OJ2juM005477 for ; Mon, 24 Jun 2013 12:02:45 -0700 Message-ID: <51C89747.2070201@freescale.com> Date: Mon, 24 Jun 2013 16:00:23 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" References: <1372100323-5189-1-git-send-email-daiane.angolini@freescale.com> In-Reply-To: <1372100323-5189-1-git-send-email-daiane.angolini@freescale.com> X-OriginatorOrg: freescale.com Subject: Re: [meta-fsl-arm for dylan][PATCH v2] amd-gpu-x11-bin-mx51: install dev symbolic link X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jun 2013 19:02:54 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 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 > --- > 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