summaryrefslogtreecommitdiff
path: root/classes/autotools_stage.bbclass
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2009-02-08 17:06:39 +0000
committerRod Whitby <rod@whitby.id.au>2009-02-08 17:06:39 +0000
commit66192bbdaab409dff4b6f812dbd5c07cd943cdac (patch)
treee58178ba09343fddc5975aa2825a1887f57ea0f0 /classes/autotools_stage.bbclass
parent0441c262c64cc796f01921663d7ff9af7871e699 (diff)
parentbd64c83575be0d2d32702bfc361ea2897d18e1e4 (diff)
Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into org.openembedded.dev
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
+}
+