mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +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:
@@ -64,8 +64,10 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
|
|||||||
--infodir=${infodir} \
|
--infodir=${infodir} \
|
||||||
--mandir=${mandir} \
|
--mandir=${mandir} \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-dependency-tracking \
|
${CONFIGUREOPT_DEPTRACK} \
|
||||||
${@append_libtool_sysroot(d)}"
|
${@append_libtool_sysroot(d)}"
|
||||||
|
CONFIGUREOPT_DEPTRACK = "--disable-dependency-tracking"
|
||||||
|
|
||||||
|
|
||||||
oe_runconf () {
|
oe_runconf () {
|
||||||
if [ -x ${S}/configure ] ; then
|
if [ -x ${S}/configure ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user