autotools_stage.bbclass: Delete
authorKhem Raj <raj.khem@gmail.com>
Wed, 4 Aug 2010 18:48:49 +0000 (11:48 -0700)
committerKhem Raj <raj.khem@gmail.com>
Thu, 5 Aug 2010 15:25:51 +0000 (08:25 -0700)
* This class should not be needed anymore

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Richard Purdie <rpurdie@linux.intel.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
classes/autotools_stage.bbclass [deleted file]
classes/recipe_sanity.bbclass

diff --git a/classes/autotools_stage.bbclass b/classes/autotools_stage.bbclass
deleted file mode 100644 (file)
index ff0f4cd..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-inherit autotools
-
-do_stage () {
-       autotools_stage_all
-}
index daae4ae..bb60ffa 100644 (file)
@@ -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