aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/farsight
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/farsight')
-rw-r--r--recipes/farsight/farsight2_0.0.9.bb2
-rw-r--r--recipes/farsight/libnice_0.0.6.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/farsight/farsight2_0.0.9.bb b/recipes/farsight/farsight2_0.0.9.bb
index 85ea6c49cf..5e66e442fa 100644
--- a/recipes/farsight/farsight2_0.0.9.bb
+++ b/recipes/farsight/farsight2_0.0.9.bb
@@ -4,7 +4,7 @@ SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz"
DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
-inherit autotools_stage
+inherit autotools
AUTOTOOLS_STAGE_PKGCONFIG = "1"
EXTRA_OECONF = " \
diff --git a/recipes/farsight/libnice_0.0.6.bb b/recipes/farsight/libnice_0.0.6.bb
index 3ec7207d2e..0629df1be4 100644
--- a/recipes/farsight/libnice_0.0.6.bb
+++ b/recipes/farsight/libnice_0.0.6.bb
@@ -5,7 +5,7 @@ SRC_URI = "http://nice.freedesktop.org/releases/libnice-${PV}.tar.gz"
LICENSE = "LGPL/MPL"
DEPENDS = "glib-2.0 gstreamer"
-inherit autotools_stage
+inherit autotools
AUTOTOOLS_STAGE_PKGCONFIG = "1"
FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"