[OE-core] autotools.bbclass: Allow dependency tracking option to be easily overridden

Khem Raj raj.khem at gmail.com
Tue Oct 4 16:09:37 UTC 2011


On 10/4/2011 5:38 AM, Richard Purdie wrote:
> Signed-off-by: Richard Purdie<richard.purdie at linuxfoundation.org>
> ---
> diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
> index ff27842..a4ce851 100644
> --- a/meta/classes/autotools.bbclass
> +++ b/meta/classes/autotools.bbclass
> @@ -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"
> +
>

I think this would need to be documented somewhere as well.

>   oe_runconf () {
>   	if [ -x ${S}/configure ] ; then
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core





More information about the Openembedded-core mailing list