diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 4 |
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 | ||
603 | APACHE_MIRROR = "http://archive.apache.org/dist" | 603 | APACHE_MIRROR = "http://archive.apache.org/dist" |
604 | DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" | 604 | DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" |
605 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" | 605 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" |
606 | GNOME_GIT = "git://git.gnome.org" | 606 | GNOME_GIT = "git://git.gnome.org" |
607 | GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" | 607 | GNOME_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 | ||
641 | FETCHCMD_svn = "/usr/bin/env svn --non-interactive --trust-server-cert" | 641 | FETCHCMD_svn = "/usr/bin/env svn --non-interactive --trust-server-cert" |