aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/fsl-mm-core/fsl-mm-codeclib.inc
AgeCommit message (Collapse)Author
2013-08-07fsl-mm-codeclib.inc: clean "already stripped" warningsJavier Viguera
Yet another warnings clean-up patch. WARNING: File '...' was already stripped ... Change-Id: Ic22e5b6e0f7309d1cd4b164f3805f1afb923806f Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2013-01-09fsl-mm-*-codeclib: Fix packaging of librariesOtavio Salvador
This patch address many packaging issues which are required to allow development using those libraries. The changes were: * 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; * The fsl-mm-flv-codeclib provided the same headers provided in fsl-mm-codeclib so we remove them to avoid duplication; * Disable debug split as the binaries are stripped; * Set PACKAGE_ARCH to MACHINE_ARCH as this binaries are machine specific; * Fix libraries installation as the binary filenames doesn't follow the standard naming; * Use a single .inc file to avoid code duplication; Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Reported-by: Javier Viguera <javier.viguera@digi.com>
2012-11-27fsl-mm-codeclib.inc: Drop duplicated files definitionOtavio Salvador
Change-Id: I3b0712bfe5f95659feecfe37dc1f29eb0c5f481d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-02fsl-mm-codeclib: Use fsl-eula-unpack class to handle EULAOtavio Salvador
The package can now be fetch from Freescale HTTP server avoiding the binary file being dumped on the repository. Change-Id: If10646791bfca5b464d7e5ce39d8fb35a3480080 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-06-04fsl-mm-codeclib: move code to a .inc fileOtavio Salvador
This easy reuse of code between i.MX5 and i.MX6 SoC families and avoiding useless code duplication. We also fixed the LICENSE field as this is Proprietary licensed. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>