summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/fsl-mm-core/imx-lib.inc
Commit message (Collapse)AuthorAgeFilesLines
* imx-lib: Move to 'recipes-multimedia' root directoryOtavio Salvador2012-09-241-33/+0
| | | | | | | | | The 'imx-lib' is used by different recipes and is not a fsl-mm-core package only so we move it to root directory of 'recipes-multimedia'. Change-Id: I11364b6620b1807f28a2cfd94e1507c9f9bfca30 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-lib: fix packaging of librariesOtavio Salvador2012-07-181-3/+3
| | | | | | | | | The package was mistakenly removing the links of libraries making runtime applications to fail to run. The patch that caused it has been removed and package files adjusted. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
* imx-lib: Move code to .inc fileDaiane Angolini2012-06-061-0/+33
Add imx-lib.inc to avoid duplication of code if a new imx-lib release was included. Change LICENSE field to LGPLv2.1. Include PLATFORM variable to make easier to include a new platform. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>