[oe] inherit both kernel and autotools

Christopher Lang christopher.lang at plus.cablesurf.de
Fri Oct 20 14:08:42 UTC 2006


Hi,

In a .bb recipe, if I write: "inherit kernel autotools", which one of the two 
overlapping exported methods "do_configure" and "do_install" will be the ones 
used when bitbaking the .bb file?

The methods from kernel or autotools?

Does it depend on the order of the two classes? "kernel autotools" or 
"autotools kernel"?

thanks
Chris


kernel.bbclass: EXPORT_FUNCTIONS do_compile do_install do_stage do_configure
autotools.bbclass: EXPORT_FUNCTIONS do_configure do_install





More information about the Openembedded-devel mailing list