diff options
Diffstat (limited to 'meta-oe/recipes-support/farsight')
| -rw-r--r-- | meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | 6 | ||||
| -rw-r--r-- | meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 10 |
2 files changed, 8 insertions, 8 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 fe94fc4b19..5abf1d7d22 100644 --- a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb +++ b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | |||
| @@ -12,9 +12,9 @@ DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" | |||
| 12 | inherit autotools | 12 | inherit autotools |
| 13 | 13 | ||
| 14 | EXTRA_OECONF = " \ | 14 | EXTRA_OECONF = " \ |
| 15 | --disable-debug \ | 15 | --disable-debug \ |
| 16 | --disable-gtk-doc \ | 16 | --disable-gtk-doc \ |
| 17 | --disable-python \ | 17 | --disable-python \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | FILES_${PN} += "${libdir}/*/*.so" | 20 | FILES_${PN} += "${libdir}/*/*.so" |
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 48ca0a58fd..94ec9a2128 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb | |||
| @@ -21,11 +21,11 @@ FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/*.a" | |||
| 21 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" | 21 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" |
| 22 | 22 | ||
| 23 | do_compile_append() { | 23 | do_compile_append() { |
| 24 | for i in $(find ${S} -name "*.pc") ; do | 24 | for i in $(find ${S} -name "*.pc") ; do |
| 25 | sed -i -e s:${STAGING_DIR_TARGET}::g \ | 25 | sed -i -e s:${STAGING_DIR_TARGET}::g \ |
| 26 | -e s:/${TARGET_SYS}::g \ | 26 | -e s:/${TARGET_SYS}::g \ |
| 27 | $i | 27 | $i |
| 28 | done | 28 | done |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | 31 | ||
