diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-07 21:41:40 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-07 21:41:40 +0100 |
commit | f9380580de7f50adf8c12e7bf72d37465e7f6406 (patch) | |
tree | d0f77cee58f4dff281b686e848c764e640468542 | |
parent | d6bc6a6e31509a9175bdb3636b3fbed89f794986 (diff) |
autotools_stage.bbclass: merge from poky
-rw-r--r-- | classes/autotools_stage.bbclass | 6 |
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 +} + |