From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail29.messagelabs.com (mail29.messagelabs.com [216.82.249.147]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 66FEDE011AB for ; Tue, 8 Jan 2013 09:27:12 -0800 (PST) X-Env-Sender: Javier.Viguera@digi.com X-Msg-Ref: server-8.tower-29.messagelabs.com!1357666031!27375817!3 X-Originating-IP: [66.77.174.14] X-StarScan-Received: X-StarScan-Version: 6.6.1.8; banners=-,-,- X-VirusChecked: Checked Received: (qmail 9120 invoked from network); 8 Jan 2013 17:27:12 -0000 Received: from mail.mx2.digi.com (HELO mcl-sms-ns2.DIGI.COM) (66.77.174.14) by server-8.tower-29.messagelabs.com with RC4-SHA encrypted SMTP; 8 Jan 2013 17:27:12 -0000 Received: from mcl-sms-exch01.digi.com (10.5.8.50) by mail.mx2.digi.com (172.16.1.14) with Microsoft SMTP Server (TLS) id 8.3.297.1; Tue, 8 Jan 2013 11:26:30 -0600 Received: from dor-sms-exch01.digi.com (10.49.8.100) by mcl-sms-exch01.digi.com (10.5.8.50) with Microsoft SMTP Server (TLS) id 8.3.297.1; Tue, 8 Jan 2013 11:27:10 -0600 Received: from [10.101.1.79] (10.101.1.79) by dor-sms-exch01.digi.com (10.49.8.100) with Microsoft SMTP Server (TLS) id 8.3.279.5; Tue, 8 Jan 2013 18:27:08 +0100 Message-ID: <50EC56EB.5000906@digi.com> Date: Tue, 8 Jan 2013 18:27:07 +0100 From: Javier Viguera User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Otavio Salvador References: <1357576777-3739-1-git-send-email-javier.viguera@digi.com> <1357576777-3739-2-git-send-email-javier.viguera@digi.com> <50EC0535.7070509@digi.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][for-danny][PATCH] fsl-mm-flv-codeclib: fix package creation 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, 08 Jan 2013 17:27:13 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Hi Otavio, On 01/08/2013 02:06 PM, Otavio Salvador wrote: > Your analisys is right but some other issues need fix as well: > > * The pkgconfig file provided is the same provided by > fsl-mm-codeclib-dev so we cannot duplicate this file, instead we add a > depends on fsl-mm-codeclib-dev to provide a single pkgconfig file; > > * Disable debug split as the binaries are stripped; > > * Set PACKAGE_ARCH to MACHINE_ARCH as this binaries are machine > specific; > > So I will send a patch to the mailing list and I will Cc you. Please > give this a try and confirm if it works for you. I build-tested your patch with master branches (poky, meta-fsl-arm and meta-oe) and can confirm it fixes the problems. The package 'fsl-mm-flv-codeclib_2.0.3-r2_imx53qsb.ipk' is created. Still the other fsl-mm packages need some care. Both 'fsl-mm-codeclib' and 'fsl-mm-mp3enc-codeclib' try to install the 'fsl-mm-core.pc' pkgconfig file, so i guess the fsl-mm-mp3enc-codeclib needs the same trick than the 'fsl-mm-flv' package. The fsl-mm-codeclib also seems to be missing files in the final package created. There is a warning in the build log: WARNING: QA Issue: fsl-mm-codeclib: Files/directories were installed but not shipped /usr/lib/lib_ogg_parser_arm9_elinux.3.0.1.07.00 /usr/lib/lib_ogg_parser_arm11_elinux.3.0.1.07.00 but i have verified that there are other missing files like 'lib_deinterlace_arm11_elinux.so'. I guess all those missing files are due to the wrong names of the library files in the source package. -- Regards, Javier Viguera