From: Koen Kooi Date: Sat, 7 Feb 2009 20:41:40 +0000 (+0100) Subject: autotools_stage.bbclass: merge from poky X-Git-Tag: Release-2010-05/1~3977^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9380580de7f50adf8c12e7bf72d37465e7f6406;p=openembedded.git autotools_stage.bbclass: merge from poky --- 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 +} +