mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 17:36:23 +00: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:
parent
0a5ae8c64f
commit
5ea73bde5e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user