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 702fc50991..1d4a83dc8d 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -578,7 +578,7 @@ XORG_MIRROR = "http://xorg.freedesktop.org/releases" | |||
578 | # export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool" | 578 | # export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool" |
579 | # into your local.conf | 579 | # into your local.conf |
580 | 580 | ||
581 | FETCHCMD_svn = "/usr/bin/env svn" | 581 | FETCHCMD_svn = "/usr/bin/env svn --non-interactive --trust-server-cert" |
582 | FETCHCMD_cvs = "/usr/bin/env cvs" | 582 | FETCHCMD_cvs = "/usr/bin/env cvs" |
583 | FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate" | 583 | FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate" |
584 | FETCHCMD_bzr = "/usr/bin/env bzr" | 584 | FETCHCMD_bzr = "/usr/bin/env bzr" |