autotools_stage.bbclass: merge from poky
authorKoen Kooi <koen@openembedded.org>
Sat, 7 Feb 2009 20:41:40 +0000 (21:41 +0100)
committerKoen Kooi <koen@openembedded.org>
Sat, 7 Feb 2009 20:41:40 +0000 (21:41 +0100)
classes/autotools_stage.bbclass [new file with mode: 0644]

diff --git a/classes/autotools_stage.bbclass b/classes/autotools_stage.bbclass
new file mode 100644 (file)
index 0000000..3007eef
--- /dev/null
@@ -0,0 +1,6 @@
+inherit autotools
+
+do_stage () {
+       autotools_stage_all
+}
+