summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-04-29 11:48:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-29 19:35:58 +0100
commit896b2a0a330d1b1b5285bbf08e7cf9a9d6c2e06c (patch)
treebff3a9e2a6698a541ae79ad06001539f33f157aa /meta/conf
parente576607c2dd2fce76933b779adb24a253a7c07d0 (diff)
downloadpoky-896b2a0a330d1b1b5285bbf08e7cf9a9d6c2e06c.tar.gz
bitbake.conf: change APACHE_MIRROR to point at archive.apache.org
The official download servers www.[country].apace.org only host the latest release, so the URL is only valid when the recipe is fully up to date. In the general case this isn't a problem as our mirror list includes archive.apache.org, but the upstream URI checking (the checkuri task) fails as that explicitly doesn't use the mirrors. (From OE-Core rev: ddd003805782e1fcfc3d59d9b0a1277cf3d1fae9) (From OE-Core rev: bc657f9c310a247047d52253f7b62061be5d8404) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 40796aab14..52e6d34f3e 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -572,7 +572,7 @@ BBLAYERS_FETCH_DIR ??= "${COREBASE}"
572# Download locations and utilities. 572# Download locations and utilities.
573################################################################## 573##################################################################
574 574
575APACHE_MIRROR = "http://www.eu.apache.org/dist/" 575APACHE_MIRROR = "http://archive.apache.org/dist"
576DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" 576DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool"
577GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" 577GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
578GNOME_GIT = "git://git.gnome.org" 578GNOME_GIT = "git://git.gnome.org"