[oe] [meta-oe][PATCH 1/2] libnice: Fix QA warning about non staticdev containing .a files.

Peter Tworek tworaz666 at gmail.com
Sun Feb 19 12:01:31 UTC 2012


Signed-off-by: Peter Tworek <tworaz666 at gmail.com>
---
 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() {
-- 
1.7.3.4





More information about the Openembedded-devel mailing list