diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-12-04 15:40:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-12 23:42:54 +0000 |
commit | 4ff00174aa4bbe03988886a080fd573afbf957fd (patch) | |
tree | 735cf4318765083f502761cefebbf72421877dba /meta | |
parent | 1672a1840a293a3012d42493e1d0c9edc9c22b9f (diff) | |
download | poky-4ff00174aa4bbe03988886a080fd573afbf957fd.tar.gz |
mirrors: replace references to archive.apache.org
archive.apache.org does not contain current releases, only historical ones,
so upstream checks aren't accurate. It's replaced with official mirrors
containing current versions.
(From OE-Core rev: e9c85489ae354f52ff5b78f4d7fb6fafd0050522)
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')
-rw-r--r-- | meta/classes/mirrors.bbclass | 2 | ||||
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index b96c071f65..0f98479373 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass | |||
@@ -40,7 +40,7 @@ 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.apache.org/dist http://archive.apache.org/dist \n \ | 43 | http://www.eu.apache.org/dist http://www.us.apache.org/dist \n \ |
44 | http://downloads.sourceforge.net/watchdog/ http://fossies.org/linux/misc/ \n \ | 44 | http://downloads.sourceforge.net/watchdog/ http://fossies.org/linux/misc/ \n \ |
45 | ${SAVANNAH_GNU_MIRROR} http://download-mirror.savannah.gnu.org/releases \n \ | 45 | ${SAVANNAH_GNU_MIRROR} http://download-mirror.savannah.gnu.org/releases \n \ |
46 | ${SAVANNAH_NONGNU_MIRROR} http://download-mirror.savannah.nongnu.org/releases \n \ | 46 | ${SAVANNAH_NONGNU_MIRROR} http://download-mirror.savannah.nongnu.org/releases \n \ |
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 06971da811..3491b123e2 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -567,7 +567,7 @@ BBLAYERS_FETCH_DIR ??= "${COREBASE}" | |||
567 | # Download locations and utilities. | 567 | # Download locations and utilities. |
568 | ################################################################## | 568 | ################################################################## |
569 | 569 | ||
570 | APACHE_MIRROR = "http://archive.apache.org/dist" | 570 | APACHE_MIRROR = "http://www.eu.apache.org/dist/" |
571 | DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" | 571 | DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" |
572 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" | 572 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" |
573 | GNOME_GIT = "git://git.gnome.org" | 573 | GNOME_GIT = "git://git.gnome.org" |