]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Add passive-ftp option to the default FETCHCMD_wget
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jul 2012 16:47:01 +0000 (16:47 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Jul 2012 13:24:22 +0000 (14:24 +0100)
This brings it into sync with the wget FETCHCOMMAND and RESUMECOMMAND
variables.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 846c6c32a27dc6f1da47c048c5c0d5333479d330..e700c93e3ac1c6a50cbdc9f8e29315c1930f91f4 100644 (file)
@@ -571,7 +571,7 @@ XORG_MIRROR = "http://xorg.freedesktop.org/releases"
 
 FETCHCMD_svn = "/usr/bin/env svn"
 FETCHCMD_cvs = "/usr/bin/env cvs"
-FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 30 -nv --no-check-certificate"
+FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate"
 FETCHCMD_bzr = "/usr/bin/env bzr"
 FETCHCMD_hg = "/usr/bin/env hg"