mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
autotools.bbclass: Allow dependency tracking option to be easily overridden
(From OE-Core rev: c353a60bd8a6151a3538f0900aff0b5856aa0684) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -64,8 +64,10 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
|
||||
--infodir=${infodir} \
|
||||
--mandir=${mandir} \
|
||||
--disable-silent-rules \
|
||||
--disable-dependency-tracking \
|
||||
${CONFIGUREOPT_DEPTRACK} \
|
||||
${@append_libtool_sysroot(d)}"
|
||||
CONFIGUREOPT_DEPTRACK = "--disable-dependency-tracking"
|
||||
|
||||
|
||||
oe_runconf () {
|
||||
if [ -x ${S}/configure ] ; then
|
||||
|
||||
Reference in New Issue
Block a user