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 2dd2bb1640..8e4f4bbb56 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -601,7 +601,7 @@ BBLAYERS_FETCH_DIR ??= "${COREBASE}"
601################################################################## 601##################################################################
602 602
603APACHE_MIRROR = "http://archive.apache.org/dist" 603APACHE_MIRROR = "http://archive.apache.org/dist"
604DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" 604DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool"
605GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" 605GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
606GNOME_GIT = "git://git.gnome.org" 606GNOME_GIT = "git://git.gnome.org"
607GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" 607GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
@@ -635,7 +635,7 @@ SRC_URI[vardepsexclude] += "\
635" 635"
636 636
637# You can use the mirror of your country to get faster downloads by putting 637# You can use the mirror of your country to get faster downloads by putting
638# export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool" 638# export DEBIAN_MIRROR = "http://ftp.de.debian.org/debian/pool"
639# into your local.conf 639# into your local.conf
640 640
641FETCHCMD_svn = "/usr/bin/env svn --non-interactive --trust-server-cert" 641FETCHCMD_svn = "/usr/bin/env svn --non-interactive --trust-server-cert"