[oe] autotools_stage already inherits autotools

Koen Kooi k.kooi at student.utwente.nl
Mon Feb 16 12:17:26 UTC 2009


Hi,

Lately a number of commits were made doing this:

-inherit autotools
+inherit autotools autotools_stage

which is bogus, since autotools_stage.bbclass consists of:

inherit autotools

do_stage () {
     autotools_stage_all
}

Summary: inherit autotools autotools_stage = BAD, inherit 
autotools_stage = GOOD

regards,

Koen





More information about the Openembedded-devel mailing list