[oe-commits] Christopher Larson : bitbake.conf: add MIRROR vars to SRC_URI vardeps

git at git.openembedded.org git at git.openembedded.org
Thu Sep 3 11:43:55 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 168f3d71bcfc9daa2984c21f35e2a2fdf754c57c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=168f3d71bcfc9daa2984c21f35e2a2fdf754c57c

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Mon Aug 31 12:08:01 2015 -0700

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 <chris_larson at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index aab4391..d8a66f9 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



More information about the Openembedded-commits mailing list