diff options
author | Ross Burton <ross.burton@intel.com> | 2016-04-29 11:48:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-06 10:30:59 +0100 |
commit | ddd003805782e1fcfc3d59d9b0a1277cf3d1fae9 (patch) | |
tree | 7c46a8fdfcb0fa2dc2773aace2513d34e4635466 /meta/conf | |
parent | bb5265a31587e4a4d4df4d42f343054d6c224e24 (diff) | |
download | openembedded-core-ddd003805782e1fcfc3d59d9b0a1277cf3d1fae9.tar.gz openembedded-core-ddd003805782e1fcfc3d59d9b0a1277cf3d1fae9.tar.bz2 openembedded-core-ddd003805782e1fcfc3d59d9b0a1277cf3d1fae9.zip |
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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 66646c82fb..1c4175f277 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -572,7 +572,7 @@ BBLAYERS_FETCH_DIR ??= "${COREBASE}" # Download locations and utilities. ################################################################## -APACHE_MIRROR = "http://www.eu.apache.org/dist/" +APACHE_MIRROR = "http://archive.apache.org/dist" DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" GNOME_GIT = "git://git.gnome.org" |