summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 0f27e92e96..6e767b1bc1 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -585,7 +585,7 @@ BBLAYERS_FETCH_DIR ??= "${COREBASE}"
585################################################################## 585##################################################################
586 586
587APACHE_MIRROR = "http://archive.apache.org/dist" 587APACHE_MIRROR = "http://archive.apache.org/dist"
588DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" 588DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool"
589GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" 589GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
590GNOME_GIT = "git://git.gnome.org" 590GNOME_GIT = "git://git.gnome.org"
591GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" 591GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
@@ -619,7 +619,7 @@ SRC_URI[vardepsexclude] += "\
619" 619"
620 620
621# You can use the mirror of your country to get faster downloads by putting 621# You can use the mirror of your country to get faster downloads by putting
622# export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool" 622# export DEBIAN_MIRROR = "http://ftp.de.debian.org/debian/pool"
623# into your local.conf 623# into your local.conf
624 624
625FETCHCMD_svn = "/usr/bin/env svn --non-interactive --trust-server-cert" 625FETCHCMD_svn = "/usr/bin/env svn --non-interactive --trust-server-cert"