aboutsummaryrefslogtreecommitdiffstats
path: root/classes/autotools_stage.bbclass
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-08-04 11:48:49 -0700
committerKhem Raj <raj.khem@gmail.com>2010-08-05 08:25:51 -0700
commit725dbb78bebce5126d912206cc862ab2f4f60b46 (patch)
treeea54a2ff172eb2b81ca55fe8a6dc37dc83b3b26d /classes/autotools_stage.bbclass
parent9d612c4bb9bef813bdef9e198efc5949d51905eb (diff)
downloadopenembedded-725dbb78bebce5126d912206cc862ab2f4f60b46.tar.gz
autotools_stage.bbclass: Delete
* 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>
Diffstat (limited to 'classes/autotools_stage.bbclass')
-rw-r--r--classes/autotools_stage.bbclass5
1 files changed, 0 insertions, 5 deletions
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
-}