[meta-freescale] [meta-fsl-arm PATCH 10/11] imx-lib.inc: Add .so files in imx-lib package

Otavio Salvador otavio at ossystems.com.br
Sat Aug 24 10:44:23 PDT 2013


The libfslcodec-standalone-bin package requires the .so files to run
so we're forced to provide it in the main package. This must be fixed
by Freescale as the source code of it is closed.

Change-Id: I610e48dd55c02d8005a35c362158085d81e3daab
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-bsp/imx-lib/imx-lib.inc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/recipes-bsp/imx-lib/imx-lib.inc b/recipes-bsp/imx-lib/imx-lib.inc
index 95ffb88..7374c41 100644
--- a/recipes-bsp/imx-lib/imx-lib.inc
+++ b/recipes-bsp/imx-lib/imx-lib.inc
@@ -30,3 +30,11 @@ do_compile () {
 do_install () {
     oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install
 }
+
+# FIXME: The libfslcodec-standalone-bin package requires the .so files
+#        to run so we're forced to provide it in the main package.
+#        This must be fixed by Freescale as the source code of it is
+#        closed.
+PACKAGES = "${PN} ${PN}-dev ${PN}-dbg ${PN}-staticdev"
+FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}"
+INSANE_SKIP_${PN} += "dev-so"
-- 
1.8.4.rc1




More information about the meta-freescale mailing list