[oe-commits] Robert Yang : bitbake.conf: update APACHE_MIRROR

git at git.openembedded.org git at git.openembedded.org
Wed Sep 23 08:55:58 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: effc519e5cdc43d6c9411d13ab236c67c74f0ef5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=effc519e5cdc43d6c9411d13ab236c67c74f0ef5

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Wed Sep 16 18:39:36 2015 -0700

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 at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index d8a66f9..d57f921 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"



More information about the Openembedded-commits mailing list