[oe-commits] Peter Tworek : libnice: Fix QA warning about non staticdev containing . a files.

git at git.openembedded.org git at git.openembedded.org
Mon Feb 20 21:26:13 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: af266a4542b9dd16e8c2aab381765035fc7580b8
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=af266a4542b9dd16e8c2aab381765035fc7580b8

Author: Peter Tworek <tworaz666 at gmail.com>
Date:   Sun Feb 19 12:01:31 2012 +0000

libnice: Fix QA warning about non staticdev containing .a files.

Signed-off-by: Peter Tworek <tworaz666 at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-support/farsight/libnice_0.0.13.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb
index 42ab297..2e93690 100644
--- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb
+++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb
@@ -8,14 +8,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9c42325015702feda4f4d2f19a55b767 \
                     file://COPYING.MPL;md5=3c617710e51cdbe0fc00716f056dfb1a \
 "
 
-PR = "r1"
+PR = "r2"
 
 DEPENDS = "glib-2.0 gstreamer"
 
 inherit autotools
 
 FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
-FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*a"
+FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la"
+FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/*.a"
 FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
 
 do_compile_append() {





More information about the Openembedded-commits mailing list