diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-12-22 15:30:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-28 09:25:18 +0000 |
commit | dd5756b3532008dc4df7c0bfbff5270353929258 (patch) | |
tree | c63dbf1fb05ce2d418c99136409e414078c3a1ac /meta/classes/mirrors.bbclass | |
parent | cfbd8043e63ce68b700b3bcaa142b0d0a8679c76 (diff) | |
download | poky-dd5756b3532008dc4df7c0bfbff5270353929258.tar.gz |
mirrors: add archive.apache.org to Apache mirrors
Historical releases may disappear from the main mirrors, so
then we need to fall back to the archive (which, in turn, may
not carry the current release, and so can't be the primary mirror).
(From OE-Core rev: 2eb171a1c9f1d2ce37965aad7b3f470a2c44ed83)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/mirrors.bbclass')
-rw-r--r-- | meta/classes/mirrors.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index 0f98479373..488b86d33a 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass | |||
@@ -40,7 +40,8 @@ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://ftp.tux.org/pub/sites/vic | |||
40 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/ \n \ | 40 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/ \n \ |
41 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://sunsite.ualberta.ca/pub/Mirror/lsof/ \n \ | 41 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://sunsite.ualberta.ca/pub/Mirror/lsof/ \n \ |
42 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://the.wiretapped.net/pub/security/host-security/lsof/ \n \ | 42 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://the.wiretapped.net/pub/security/host-security/lsof/ \n \ |
43 | http://www.eu.apache.org/dist http://www.us.apache.org/dist \n \ | 43 | ${APACHE_MIRROR} http://www.us.apache.org/dist \n \ |
44 | ${APACHE_MIRROR} http://archive.apache.org/dist \n \ | ||
44 | http://downloads.sourceforge.net/watchdog/ http://fossies.org/linux/misc/ \n \ | 45 | http://downloads.sourceforge.net/watchdog/ http://fossies.org/linux/misc/ \n \ |
45 | ${SAVANNAH_GNU_MIRROR} http://download-mirror.savannah.gnu.org/releases \n \ | 46 | ${SAVANNAH_GNU_MIRROR} http://download-mirror.savannah.gnu.org/releases \n \ |
46 | ${SAVANNAH_NONGNU_MIRROR} http://download-mirror.savannah.nongnu.org/releases \n \ | 47 | ${SAVANNAH_NONGNU_MIRROR} http://download-mirror.savannah.nongnu.org/releases \n \ |