From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from am1outboundpool.messaging.microsoft.com (am1ehsobe004.messaging.microsoft.com [213.199.154.207]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 25D3FE014FB for ; Tue, 30 Apr 2013 11:04:59 -0700 (PDT) Received: from mail74-am1-R.bigfish.com (10.3.201.248) by AM1EHSOBE003.bigfish.com (10.3.204.23) with Microsoft SMTP Server id 14.1.225.23; Tue, 30 Apr 2013 18:04:57 +0000 Received: from mail74-am1 (localhost [127.0.0.1]) by mail74-am1-R.bigfish.com (Postfix) with ESMTP id 0F9163E0402; Tue, 30 Apr 2013 18:04:57 +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: -3 X-BigFish: VS-3(zzbb2dI98dI9371I1432Izz1f42h1fc6h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ahzz17326ah8275bh8275dhz2dh2a8h668h839h947he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1d0ch1d2eh1889i1155h) Received: from mail74-am1 (localhost.localdomain [127.0.0.1]) by mail74-am1 (MessageSwitch) id 1367345094612732_5484; Tue, 30 Apr 2013 18:04:54 +0000 (UTC) Received: from AM1EHSMHS003.bigfish.com (unknown [10.3.201.245]) by mail74-am1.bigfish.com (Postfix) with ESMTP id 8C8E12E00D2; Tue, 30 Apr 2013 18:04:54 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by AM1EHSMHS003.bigfish.com (10.3.207.103) with Microsoft SMTP Server (TLS) id 14.1.225.23; Tue, 30 Apr 2013 18:04:49 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-002.039d.mgd.msft.net (10.84.1.15) with Microsoft SMTP Server (TLS) id 14.2.328.11; Tue, 30 Apr 2013 18:04:47 +0000 Received: from [10.29.244.97] ([10.29.244.97]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r3UI4juo015958; Tue, 30 Apr 2013 11:04:46 -0700 Message-ID: <51800779.2060707@freescale.com> Date: Tue, 30 Apr 2013 15:03:37 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Javier Viguera References: <1367340079-46225-1-git-send-email-javier.viguera@digi.com> In-Reply-To: <1367340079-46225-1-git-send-email-javier.viguera@digi.com> X-OriginatorOrg: freescale.com Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-fsl-arm][for-danny][PATCH] gst-fsl-plugin: add fsl-mm-mp3enc and fsl-mm-flv dependences 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: Tue, 30 Apr 2013 18:04:59 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 04/30/2013 01:41 PM, Javier Viguera wrote: > For MX5 machines, gst-fsl-plugin has build-time dependences on the > pre-built fsl-mm-mp3enc and fsl-mm-flv codec libraries. > > If the mp3enc library is not in the sysroot, the 'libmfw_gst_mp3enc.so' > is not built. > > If the fsl-mm-flv is not in the sysroot, the configure process warns > about: > > "Unable to determine soname of lib_flv_parser_arm9_elinux.3.0.so > library" > > and the resulting 'aiur_registry.arm11.cf' gets a wrong entry for > flv_parser library. Thanks a lot. It's an important bug fix and I think it can be used on danny/dylan/master. Could you, please, rebase your patch to master? It will firstly be applied on master. Could you, please, resend your patch? Please take a look here for how to submit the patch. http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/README As soon as you have resent it I will test it on imx53qsb I think you can keep your description and subject ;-) > > Signed-off-by: Javier Viguera > --- > recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb b/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb > index 5db3f6f..c9074a3 100644 > --- a/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb > +++ b/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb > @@ -2,8 +2,8 @@ > # Released under the MIT license (see COPYING.MIT for the terms) > > require gst-fsl-plugin.inc > -DEPENDS += "fsl-mm-codeclib" > -RDEPENDS_${PN} = "fsl-mm-codeclib" > +DEPENDS += "fsl-mm-codeclib fsl-mm-flv-codeclib fsl-mm-mp3enc-codeclib" > +RDEPENDS_${PN} = "fsl-mm-codeclib fsl-mm-flv-codeclib fsl-mm-mp3enc-codeclib" > > PR = "${INC_PR}.2" > Otavio, to bump, or not to bump? -- Daiane