From: Khem Raj Date: Wed, 4 Aug 2010 18:48:49 +0000 (-0700) Subject: autotools_stage.bbclass: Delete X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=725dbb78bebce5126d912206cc862ab2f4f60b46;p=openembedded.git autotools_stage.bbclass: Delete * This class should not be needed anymore Signed-off-by: Khem Raj Acked-by: Richard Purdie Acked-by: Martin Jansa --- diff --git a/classes/autotools_stage.bbclass b/classes/autotools_stage.bbclass deleted file mode 100644 index ff0f4cd880..0000000000 --- a/classes/autotools_stage.bbclass +++ /dev/null @@ -1,5 +0,0 @@ -inherit autotools - -do_stage () { - autotools_stage_all -} diff --git a/classes/recipe_sanity.bbclass b/classes/recipe_sanity.bbclass index daae4aed5b..bb60ffa00e 100644 --- a/classes/recipe_sanity.bbclass +++ b/classes/recipe_sanity.bbclass @@ -51,7 +51,7 @@ def can_use_autotools_base(cfgdata, d): if not bb.data.inherits_class("autotools", d): return False - for i in ["autoreconf"] + ["%s_do_configure" % cls for cls in ["gnomebase", "gnome", "e", "autotools", "autotools_stage", "efl", "gpephone", "openmoko", "openmoko2", "xfce", "xlibs"]]: + for i in ["autoreconf"] + ["%s_do_configure" % cls for cls in ["gnomebase", "gnome", "e", "autotools", "efl", "gpephone", "openmoko", "openmoko2", "xfce", "xlibs"]]: if cfg.find(i) != -1: return False