From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ch1outboundpool.messaging.microsoft.com (ch1ehsobe003.messaging.microsoft.com [216.32.181.183]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2935BE014DB for ; Thu, 2 May 2013 07:19:27 -0700 (PDT) Received: from mail228-ch1-R.bigfish.com (10.43.68.234) by CH1EHSOBE016.bigfish.com (10.43.70.66) with Microsoft SMTP Server id 14.1.225.23; Thu, 2 May 2013 14:19:25 +0000 Received: from mail228-ch1 (localhost [127.0.0.1]) by mail228-ch1-R.bigfish.com (Postfix) with ESMTP id C62058C01CB; Thu, 2 May 2013 14:19:25 +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(zzbb2dI98dI9371I1432Izz1f42h1fc6h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ahzz8275bhz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1d0ch1d2eh1d3fh1155h) Received: from mail228-ch1 (localhost.localdomain [127.0.0.1]) by mail228-ch1 (MessageSwitch) id 1367504364142629_10705; Thu, 2 May 2013 14:19:24 +0000 (UTC) Received: from CH1EHSMHS012.bigfish.com (snatpool2.int.messaging.microsoft.com [10.43.68.234]) by mail228-ch1.bigfish.com (Postfix) with ESMTP id 2065A20097; Thu, 2 May 2013 14:19:24 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CH1EHSMHS012.bigfish.com (10.43.70.12) with Microsoft SMTP Server (TLS) id 14.1.225.23; Thu, 2 May 2013 14:19:21 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server (TLS) id 14.2.328.11; Thu, 2 May 2013 14:19:20 +0000 Received: from [10.29.244.97] ([10.29.244.97]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r42EJJLa024951; Thu, 2 May 2013 07:19:19 -0700 Message-ID: <518275A1.5010008@freescale.com> Date: Thu, 2 May 2013 11:18:09 -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: <1367487161-59430-1-git-send-email-javier.viguera@digi.com> In-Reply-To: <1367487161-59430-1-git-send-email-javier.viguera@digi.com> X-OriginatorOrg: freescale.com Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-fsl-arm][for-master][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: Thu, 02 May 2013 14:19:27 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 05/02/2013 06:32 AM, 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. > > Signed-off-by: Javier Viguera Tested-by: Daiane Angolini