diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-09-16 18:39:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-21 15:09:17 +0100 |
commit | effc519e5cdc43d6c9411d13ab236c67c74f0ef5 (patch) | |
tree | e500828b98ba39b87e21badd884a13f3eea829e7 /meta/conf | |
parent | 1c6c1af385a481b0a57ab06cd40af56be3425cc8 (diff) | |
download | openembedded-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>
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 d8a66f96cc8..d57f921acb0 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" |