On 07/10/2014 12:18 PM, Drew Moseley wrote:
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.

Would it be better to patch the register app to have a more generic search for .so*??

Something to check with the libomxil upstream?

I am not saying no to this, just want to check out options.

Thanks
        Sau!


Signed-off-by: Drew Moseley <drew_mose...@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"

--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to