The modules-base class has been reworked during the 'sumo' development
cycle and the external modules tools are now handled by the
make-mod-scripts, automatically.
Fixed [YOCTO: #12575].
Change-Id: I5a39517873d90adfb3c423b23d8ac273ef5a31f7
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr"
-# Required so the fixdep binary is generated
-addtask make_scripts after do_patch before do_compile
-do_make_scripts[lockfiles] = "${TMPDIR}/kernel-scripts.lock"
-do_make_scripts[deptask] = "do_populate_sysroot"
-do_make_scripts[depends] += "virtual/kernel:do_install"
-
do_compile() {
CFLAGS="${TOOLCHAIN_OPTIONS}"
oe_runmake V=1 VERBOSE='' \