From 8a52afacc7532ce3550ba541a92a83b07fed1e93 Mon Sep 17 00:00:00 2001 From: Peter Tworek Date: Sun, 19 Feb 2012 12:01:32 +0000 Subject: farsight2: Fix QA warning about non staticdev containing .a files. Signed-off-by: Peter Tworek Signed-off-by: Koen Kooi --- meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb index 8b92ec3dac..91fe6928b6 100644 --- a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb +++ b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb @@ -5,7 +5,7 @@ SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" -PR = "r1" +PR = "r2" DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" @@ -18,7 +18,8 @@ EXTRA_OECONF = " \ " FILES_${PN} += "${libdir}/*/*.so" -FILES_${PN}-dev += "${libdir}/*/*a" +FILES_${PN}-dev += "${libdir}/*/*.la" +FILES_${PN}-staticdev += "${libdir}/*/*.a" FILES_${PN}-dbg += "${libdir}/*/.debug" -- cgit 1.2.3-korg