diff options
author | Peter Tworek <tworaz666@gmail.com> | 2012-02-19 12:01:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-20 22:24:11 +0100 |
commit | 8a52afacc7532ce3550ba541a92a83b07fed1e93 (patch) | |
tree | c7233124f459d601f6a4649ada27150c2133a7fa /meta-oe/recipes-support | |
parent | af266a4542b9dd16e8c2aab381765035fc7580b8 (diff) | |
download | meta-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')
-rw-r--r-- | meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | 5 |
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" | |||
5 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
7 | 7 | ||
8 | PR = "r1" | 8 | PR = "r2" |
9 | 9 | ||
10 | DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" | 10 | DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" |
11 | 11 | ||
@@ -18,7 +18,8 @@ EXTRA_OECONF = " \ | |||
18 | " | 18 | " |
19 | 19 | ||
20 | FILES_${PN} += "${libdir}/*/*.so" | 20 | FILES_${PN} += "${libdir}/*/*.so" |
21 | FILES_${PN}-dev += "${libdir}/*/*a" | 21 | FILES_${PN}-dev += "${libdir}/*/*.la" |
22 | FILES_${PN}-staticdev += "${libdir}/*/*.a" | ||
22 | FILES_${PN}-dbg += "${libdir}/*/.debug" | 23 | FILES_${PN}-dbg += "${libdir}/*/.debug" |
23 | 24 | ||
24 | 25 | ||