diff options
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 | ||