aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-09-16 18:39:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-21 15:09:17 +0100
commiteffc519e5cdc43d6c9411d13ab236c67c74f0ef5 (patch)
treee500828b98ba39b87e21badd884a13f3eea829e7
parent1c6c1af385a481b0a57ab06cd40af56be3425cc8 (diff)
downloadopenembedded-core-contrib-effc519e5cdc43d6c9411d13ab236c67c74f0ef5.tar.gz
bitbake.conf: update APACHE_MIRROR
From Ross: The http://www.apache.org/dist only keeps latest release, so use http://archive.apache.org/dist, which keeps all the archives. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-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 d8a66f96cc..d57f921acb 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -566,7 +566,7 @@ BBLAYERS_FETCH_DIR ??= "${COREBASE}"
# Download locations and utilities.
##################################################################
-APACHE_MIRROR = "http://www.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"