From: Christopher Larson Date: Mon, 31 Aug 2015 19:08:01 +0000 (-0700) Subject: bitbake.conf: add MIRROR vars to SRC_URI vardeps X-Git-Tag: 2015-10~629 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=168f3d71bcfc9daa2984c21f35e2a2fdf754c57c;p=openembedded-core.git bitbake.conf: add MIRROR vars to SRC_URI vardeps Changes to what mirror we happen to fetch from shouldn't cause rebuilds. Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index aab43912df..d8a66f96cc 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[vardepsexclude] += "\ + 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 \ +" + # You can use the mirror of your country to get faster downloads by putting # export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool" # into your local.conf