diff options
-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}" # 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" |