summaryrefslogtreecommitdiff
path: root/classes/autotools_stage.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/autotools_stage.bbclass')
-rw-r--r--classes/autotools_stage.bbclass6
1 files changed, 6 insertions, 0 deletions
diff --git a/classes/autotools_stage.bbclass b/classes/autotools_stage.bbclass
new file mode 100644
index 0000000000..3007eef969
--- /dev/null
+++ b/classes/autotools_stage.bbclass
@@ -0,0 +1,6 @@
+inherit autotools
+
+do_stage () {
+ autotools_stage_all
+}
+