[oe-commits] Khem Raj : autotools_stage.bbclass: Delete

git version control git at git.openembedded.org
Thu Aug 5 15:26:24 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 725dbb78bebce5126d912206cc862ab2f4f60b46
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=725dbb78bebce5126d912206cc862ab2f4f60b46

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Aug  4 11:48:49 2010 -0700

autotools_stage.bbclass: Delete

* This class should not be needed anymore

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Richard Purdie <rpurdie at linux.intel.com>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 classes/autotools_stage.bbclass |    5 -----
 classes/recipe_sanity.bbclass   |    2 +-
 2 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/classes/autotools_stage.bbclass b/classes/autotools_stage.bbclass
deleted file mode 100644
index ff0f4cd..0000000
--- 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 daae4ae..bb60ffa 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
 





More information about the Openembedded-commits mailing list