diff options
| -rw-r--r-- | meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 4 |
1 files changed, 4 insertions, 0 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 2d7cff3d4a..711b6bdbf0 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb | |||
| @@ -23,6 +23,10 @@ FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la" | |||
| 23 | FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/*.a" | 23 | FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/*.a" |
| 24 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" | 24 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" |
| 25 | 25 | ||
| 26 | do_configure_prepend() { | ||
| 27 | mkdir ${S}/m4 || true | ||
| 28 | } | ||
| 29 | |||
| 26 | do_compile_append() { | 30 | do_compile_append() { |
| 27 | for i in $(find ${S} -name "*.pc") ; do | 31 | for i in $(find ${S} -name "*.pc") ; do |
| 28 | sed -i -e s:${STAGING_DIR_TARGET}::g \ | 32 | sed -i -e s:${STAGING_DIR_TARGET}::g \ |
