diff options
author | Peter Tworek <tworaz666@gmail.com> | 2012-02-19 12:01:31 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-20 22:24:10 +0100 |
commit | af266a4542b9dd16e8c2aab381765035fc7580b8 (patch) | |
tree | 2dfe40ea78009f35fe8edea623a418d8c8c37f55 /meta-oe/recipes-support | |
parent | a8f2001c7c81ed4dea297a8fc9c98df4b91b3865 (diff) | |
download | meta-openembedded-af266a4542b9dd16e8c2aab381765035fc7580b8.tar.gz |
libnice: 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/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 42ab297ff..2e9369076 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 \ | |||
8 | file://COPYING.MPL;md5=3c617710e51cdbe0fc00716f056dfb1a \ | 8 | file://COPYING.MPL;md5=3c617710e51cdbe0fc00716f056dfb1a \ |
9 | " | 9 | " |
10 | 10 | ||
11 | PR = "r1" | 11 | PR = "r2" |
12 | 12 | ||
13 | DEPENDS = "glib-2.0 gstreamer" | 13 | DEPENDS = "glib-2.0 gstreamer" |
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools |
16 | 16 | ||
17 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" | 17 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" |
18 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*a" | 18 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la" |
19 | FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/*.a" | ||
19 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" | 20 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" |
20 | 21 | ||
21 | do_compile_append() { | 22 | do_compile_append() { |