All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/4] lightmediascanner: Add *.a/*.la files to -dev package
@ 2010-10-23  0:14 fidencio
  2010-11-06 14:34 ` Stefan Schmidt
  0 siblings, 1 reply; 2+ messages in thread
From: fidencio @ 2010-10-23  0:14 UTC (permalink / raw)
  To: openembedded-devel

From: Eduardo Lima (Etrunko) <eblima@gmail.com>

Signed-off-by: Eduardo Lima (Etrunko) <eblima@gmail.com>
---
 recipes/lightmediascanner/lightmediascanner.inc |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/recipes/lightmediascanner/lightmediascanner.inc b/recipes/lightmediascanner/lightmediascanner.inc
index 9ba7a01..95d2299 100644
--- a/recipes/lightmediascanner/lightmediascanner.inc
+++ b/recipes/lightmediascanner/lightmediascanner.inc
@@ -6,14 +6,23 @@ DEPENDS += "sqlite3 libogg libvorbis flac"
 # DEPENDS += "mpeg4ip"
 
 PE = "1"
-RDEPENDS_${PN} += "glibc-gconv-utf-16 \
-             glibc-gconv \
-             "
+RDEPENDS_${PN} += " \
+    glibc-gconv-utf-16 \
+    glibc-gconv \
+"
+
 RPROVIDES_${PN} += "liblightmediascanner"
 
 inherit autotools pkgconfig
 
-FILES_${PN}-dbg += "${libdir}/${PN}/plugins/.debug"
+FILES_${PN}-dbg += " \
+    ${libdir}/${PN}/plugins/.debug \
+"
+
+FILES_${PN}-dev += " \
+    ${libdir}/${PN}/plugins/*.a \
+    ${libdir}/${PN}/plugins/*.la \
+"
 
 do_stage() {
 	autotools_stage_all
-- 
1.7.3.1




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

* Re: [PATCH 2/4] lightmediascanner: Add *.a/*.la files to -dev package
  2010-10-23  0:14 [PATCH 2/4] lightmediascanner: Add *.a/*.la files to -dev package fidencio
@ 2010-11-06 14:34 ` Stefan Schmidt
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Schmidt @ 2010-11-06 14:34 UTC (permalink / raw)
  To: openembedded-devel

On Fri, 2010-10-22 at 22:14, fidencio@profusion.mobi wrote:
> From: Eduardo Lima (Etrunko) <eblima@gmail.com>
> 
> Signed-off-by: Eduardo Lima (Etrunko) <eblima@gmail.com>

Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>

Once you have resent a fixed version of the previous patch I will apply this
one.

regards
Stefan Schmidt



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

end of thread, other threads:[~2010-11-06 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-23  0:14 [PATCH 2/4] lightmediascanner: Add *.a/*.la files to -dev package fidencio
2010-11-06 14:34 ` Stefan Schmidt

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.