]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: update APACHE_MIRROR
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 17 Sep 2015 01:39:36 +0000 (18:39 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Sep 2015 14:09:17 +0000 (15:09 +0100)
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>
meta/conf/bitbake.conf

index d8a66f96cc812dd3b0cf603a63703b713500025a..d57f921acb0a24f56871ca4030965be6ae5b5527 100644 (file)
@@ -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"