[OE-core] [PATCH] libomxil-0.9.3: Move .so files to main package.

Drew Moseley drew_moseley at mentor.com
Thu Jul 10 19:18:22 UTC 2014


The omxregister-bellagio app scans the libdir for the '*.so'
files to get them properly registered.  Make sure they are
included in the base package rather than the dev.

Signed-off-by: Drew Moseley <drew_moseley at mentor.com>
---
 meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
index 103d789..e11febc 100644
--- a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
+++ b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
@@ -24,12 +24,14 @@ inherit autotools
 EXTRA_OECONF += "--disable-doc --disable-Werror"
 
 FILES_${PN} += "${libdir}/bellagio/*${SOLIBS} \
-                ${libdir}/omxloaders/*${SOLIBS}"
+                ${libdir}/bellagio/*${SOLIBSDEV} \
+                ${libdir}/omxloaders/*${SOLIBS} \
+                ${libdir}/omxloaders/*${SOLIBSDEV}"
 FILES_${PN}-staticdev += "${libdir}/bellagio/*.a \
                           ${libdir}/omxloaders/*.a"
 FILES_${PN}-dev += "${libdir}/bellagio/*.la \
-                    ${libdir}/bellagio/*${SOLIBSDEV} \
-                    ${libdir}/omxloaders/*.la \
-                    ${libdir}/omxloaders/*${SOLIBSDEV}"
+                    ${libdir}/omxloaders/*.la"
 FILES_${PN}-dbg += "${libdir}/bellagio/.debug/ \
                     ${libdir}/omxloaders/.debug/"
+
+INSANE_SKIP_${PN} += "dev-so"
-- 
1.9.1




More information about the Openembedded-core mailing list