summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/farsight
diff options
context:
space:
mode:
authorPeter Tworek <tworaz666@gmail.com>2012-02-19 12:01:32 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-20 22:24:11 +0100
commit8a52afacc7532ce3550ba541a92a83b07fed1e93 (patch)
treec7233124f459d601f6a4649ada27150c2133a7fa /meta-oe/recipes-support/farsight
parentaf266a4542b9dd16e8c2aab381765035fc7580b8 (diff)
downloadmeta-openembedded-8a52afacc7532ce3550ba541a92a83b07fed1e93.tar.gz
farsight2: Fix QA warning about non staticdev containing .a files.
Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/farsight')
-rw-r--r--meta-oe/recipes-support/farsight/farsight2_0.0.22.bb5
1 files 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 8b92ec3da..91fe6928b 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"
5LICENSE = "LGPLv2.1" 5LICENSE = "LGPLv2.1"
6LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" 6LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
7 7
8PR = "r1" 8PR = "r2"
9 9
10DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" 10DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
11 11
@@ -18,7 +18,8 @@ EXTRA_OECONF = " \
18" 18"
19 19
20FILES_${PN} += "${libdir}/*/*.so" 20FILES_${PN} += "${libdir}/*/*.so"
21FILES_${PN}-dev += "${libdir}/*/*a" 21FILES_${PN}-dev += "${libdir}/*/*.la"
22FILES_${PN}-staticdev += "${libdir}/*/*.a"
22FILES_${PN}-dbg += "${libdir}/*/.debug" 23FILES_${PN}-dbg += "${libdir}/*/.debug"
23 24
24 25