summaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools_stage.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/autotools_stage.bbclass')
-rw-r--r--meta/classes/autotools_stage.bbclass5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/classes/autotools_stage.bbclass b/meta/classes/autotools_stage.bbclass
new file mode 100644
index 0000000000..010117c250
--- /dev/null
+++ b/meta/classes/autotools_stage.bbclass
@@ -0,0 +1,5 @@
1inherit autotools
2
3do_stage () {
4 autotools_stage_all
5} \ No newline at end of file