diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/autotools_stage.bbclass | 5 |
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 000000000..010117c25 --- /dev/null +++ b/meta/classes/autotools_stage.bbclass @@ -0,0 +1,5 @@ +inherit autotools + +do_stage () { + autotools_stage_all +}
\ No newline at end of file |