Slide 91
Slide 91 text
91
Embedded Linux Conference 2015
Embedded Linux Conference 2015
B-3. Inherit autotools class
autotools class adds:
do_configure, do_make, do_install, etc. for autotools-based
sources
Default functions are already defined in "base.bbclass", but
some functions (do_configure, do_install, etc.) are empty
Don't inherit autotools if the source code is not
based on autotools
Please implement do_configure, do_compile, do_install, etc.
from scratch
inherit autotools