From af266a4542b9dd16e8c2aab381765035fc7580b8 Mon Sep 17 00:00:00 2001 From: Peter Tworek Date: Sun, 19 Feb 2012 12:01:31 +0000 Subject: [PATCH] libnice: Fix QA warning about non staticdev containing .a files. Signed-off-by: Peter Tworek Signed-off-by: Koen Kooi --- meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 5 +++-- 1 file 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 42ab297ff1..2e93690764 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() {