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/pimlico/contacts.inc | 2 +- meta/packages/pimlico/dates.inc | 2 +- meta/packages/pimlico/tasks.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/packages/pimlico') diff --git a/meta/packages/pimlico/contacts.inc b/meta/packages/pimlico/contacts.inc index 679e70a8f..1e960f241 100644 --- a/meta/packages/pimlico/contacts.inc +++ b/meta/packages/pimlico/contacts.inc @@ -5,7 +5,7 @@ DEPENDS = "glib-2.0 gtk+ eds-dbus" DEPENDS_append_poky = " libowl" RDEPENDS = "libedata-book" -inherit autotools_stage pkgconfig +inherit autotools pkgconfig OWL = "--disable-owl" OWL_poky = "--enable-owl" diff --git a/meta/packages/pimlico/dates.inc b/meta/packages/pimlico/dates.inc index a6590da67..b2ab0efb5 100644 --- a/meta/packages/pimlico/dates.inc +++ b/meta/packages/pimlico/dates.inc @@ -4,7 +4,7 @@ SECTION = "x11" DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" RDEPENDS = "libedata-cal" -inherit autotools_stage pkgconfig gtk-icon-cache +inherit autotools pkgconfig gtk-icon-cache # Poky/Sato specific enhancements OWL = "--disable-owl" diff --git a/meta/packages/pimlico/tasks.inc b/meta/packages/pimlico/tasks.inc index 0ff45240a..c6e4a25f5 100644 --- a/meta/packages/pimlico/tasks.inc +++ b/meta/packages/pimlico/tasks.inc @@ -4,7 +4,7 @@ SECTION = "x11" DEPENDS = "glib-2.0 gtk+ eds-dbus" DEPENDS_append_poky = " libowl" -inherit autotools_stage pkgconfig gtk-icon-cache +inherit autotools pkgconfig gtk-icon-cache OWL ?= "--disable-owl" OWL_poky ?= "--enable-owl" -- cgit v1.2.3