[OE-core] [PATCH 4/7] bitbake.conf: add MIRROR vars to SRC_URI vardeps

Richard Purdie richard.purdie at linuxfoundation.org
Tue Aug 25 08:51:18 UTC 2015


On Mon, 2015-08-24 at 15:18 -0700, Christopher Larson wrote:
> From: Christopher Larson <chris_larson at mentor.com>
> 
> Changes to what mirror we happen to fetch from shouldn't cause rebuilds.
> 
> Signed-off-by: Christopher Larson <chris_larson at mentor.com>
> ---
>  meta/conf/bitbake.conf | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
> 
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index 21f1698..1407c5f 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -581,6 +581,23 @@ SAVANNAH_GNU_MIRROR = "http://download.savannah.gnu.org/releases"
>  SAVANNAH_NONGNU_MIRROR = "http://download.savannah.nongnu.org/releases"
>  CPAN_MIRROR = "http://search.cpan.org/CPAN"
>  
> +SRC_URI[vardeps] += "\
> +    APACHE_MIRROR \
> +    CPAN_MIRROR \
> +    DEBIAN_MIRROR \
> +    GENTOO_MIRROR \
> +    GNOME_GIT \
> +    GNOME_MIRROR \
> +    GNU_MIRROR \
> +    GPE_MIRROR \
> +    KERNELORG_MIRROR \
> +    SAVANNAH_GNU_MIRROR \
> +    SAVANNAH_NONGNU_MIRROR \
> +    SOURCEFORGE_MIRROR \
> +    XLIBS_MIRROR \
> +    XORG_MIRROR \
> +"

Do you mean vardeps here? Don't you want to exclude them?

Cheers,

Richard




More information about the Openembedded-core mailing list