From 4d1f39af753ff93e08c91e08bc1b7c0037b89142 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 26 Apr 2010 17:41:05 +0100 Subject: autotools: deprecate autotools_stage class Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock --- meta/packages/gstreamer/gst-plugins.inc | 2 +- meta/packages/gstreamer/gstreamer_0.10.22.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/packages/gstreamer') diff --git a/meta/packages/gstreamer/gst-plugins.inc b/meta/packages/gstreamer/gst-plugins.inc index 94cb9310d..d5bd349e5 100644 --- a/meta/packages/gstreamer/gst-plugins.inc +++ b/meta/packages/gstreamer/gst-plugins.inc @@ -3,7 +3,7 @@ SECTION = "multimedia" PRIORITY = "optional" DEPENDS = "gstreamer" -inherit autotools_stage pkgconfig +inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2" diff --git a/meta/packages/gstreamer/gstreamer_0.10.22.bb b/meta/packages/gstreamer/gstreamer_0.10.22.bb index 6ac9aa59c..9c05f2ea8 100644 --- a/meta/packages/gstreamer/gstreamer_0.10.22.bb +++ b/meta/packages/gstreamer/gstreamer_0.10.22.bb @@ -7,7 +7,7 @@ HOMEPAGE = "http://www.gstreamer.net/" DEPENDS = "glib-2.0 gettext libxml2 bison-native flex-native" PR = "r1" -inherit autotools_stage pkgconfig +inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \ file://check_fix.patch;patch=1 \ -- cgit v1.2.3