All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libomxil-0.9.3: Move .so files to main package.
@ 2014-07-10 19:18 Drew Moseley
  2014-07-15  0:03 ` Saul Wold
  0 siblings, 1 reply; 5+ messages in thread
From: Drew Moseley @ 2014-07-10 19:18 UTC (permalink / raw)
  To: openembedded-core

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@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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-21 10:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10 19:18 [PATCH] libomxil-0.9.3: Move .so files to main package Drew Moseley
2014-07-15  0:03 ` Saul Wold
2014-07-15  8:46   ` Burton, Ross
2014-07-20 20:13     ` [PATCH v2] libomxil-0.9.3: Remove versioning for .so files Drew Moseley
2014-07-21 10:59       ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.