All of lore.kernel.org
 help / color / mirror / Atom feed
From: fidencio@profusion.mobi
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 2/4] lightmediascanner: Add *.a/*.la files to -dev package
Date: Fri, 22 Oct 2010 22:14:05 -0200	[thread overview]
Message-ID: <4cc228ee.1d8b970a.4cbb.0974@mx.google.com> (raw)
In-Reply-To: <y>

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




             reply	other threads:[~2010-10-23  0:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-23  0:14 fidencio [this message]
2010-11-06 14:34 ` [PATCH 2/4] lightmediascanner: Add *.a/*.la files to -dev package Stefan Schmidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4cc228ee.1d8b970a.4cbb.0974@mx.google.com \
    --to=fidencio@profusion.mobi \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.