diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-09 16:47:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-10 14:25:37 +0100 |
commit | addcefaae1704712661b0eaaa8b0050c06335bfb (patch) | |
tree | 3152b0e98414f9003fece93551308446e42d32ce /meta/conf/bitbake.conf | |
parent | 449732e72c3f028cad10dda0ce990e2f52c3fee6 (diff) | |
download | poky-addcefaae1704712661b0eaaa8b0050c06335bfb.tar.gz |
bitbake.conf: Add passive-ftp option to the default FETCHCMD_wget
This brings it into sync with the wget FETCHCOMMAND and RESUMECOMMAND
variables.
(From OE-Core rev: 0f8290ff1c9bc86c744f67ce6194dd6911533012)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-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 846c6c32a2..e700c93e3a 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -571,7 +571,7 @@ XORG_MIRROR = "http://xorg.freedesktop.org/releases" | |||
571 | 571 | ||
572 | FETCHCMD_svn = "/usr/bin/env svn" | 572 | FETCHCMD_svn = "/usr/bin/env svn" |
573 | FETCHCMD_cvs = "/usr/bin/env cvs" | 573 | FETCHCMD_cvs = "/usr/bin/env cvs" |
574 | FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 30 -nv --no-check-certificate" | 574 | FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate" |
575 | FETCHCMD_bzr = "/usr/bin/env bzr" | 575 | FETCHCMD_bzr = "/usr/bin/env bzr" |
576 | FETCHCMD_hg = "/usr/bin/env hg" | 576 | FETCHCMD_hg = "/usr/bin/env hg" |
577 | 577 | ||