mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
autotools.bbclass: Allow dependency tracking option to be overridden
CONFIGUREOPT_DEPTRACK can not be overridden since it is set by = (From OE-Core rev: 758abeb219520ab5556186babcdb7e6660ce6e40) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -75,7 +75,7 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
|
||||
--disable-silent-rules \
|
||||
${CONFIGUREOPT_DEPTRACK} \
|
||||
${@append_libtool_sysroot(d)}"
|
||||
CONFIGUREOPT_DEPTRACK = "--disable-dependency-tracking"
|
||||
CONFIGUREOPT_DEPTRACK ?= "--disable-dependency-tracking"
|
||||
|
||||
|
||||
oe_runconf () {
|
||||
|
||||
Reference in New Issue
Block a user