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-23 09:52:50 +0100 |
commit | cdbe5c93bf5dab44e14d8864123a5114d3a782a4 (patch) | |
tree | c051d8565f238195f2d041bc16f9ad57db1217d8 /meta/conf | |
parent | 12772c8888bbff450540cb149466ca99c392b543 (diff) | |
download | poky-cdbe5c93bf5dab44e14d8864123a5114d3a782a4.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.
(From OE-Core rev: effc519e5cdc43d6c9411d13ab236c67c74f0ef5)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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 d8a66f96cc..d57f921acb 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -566,7 +566,7 @@ BBLAYERS_FETCH_DIR ??= "${COREBASE}" | |||
566 | # Download locations and utilities. | 566 | # Download locations and utilities. |
567 | ################################################################## | 567 | ################################################################## |
568 | 568 | ||
569 | APACHE_MIRROR = "http://www.apache.org/dist" | 569 | APACHE_MIRROR = "http://archive.apache.org/dist" |
570 | DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" | 570 | DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" |
571 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" | 571 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" |
572 | GNOME_GIT = "git://git.gnome.org" | 572 | GNOME_GIT = "git://git.gnome.org" |