From: Richard Purdie Date: Mon, 9 Jul 2012 16:47:01 +0000 (+0000) Subject: bitbake.conf: Add passive-ftp option to the default FETCHCMD_wget X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~40889 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f8290ff1c9bc86c744f67ce6194dd6911533012;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: Add passive-ftp option to the default FETCHCMD_wget This brings it into sync with the wget FETCHCOMMAND and RESUMECOMMAND variables. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 846c6c32a27..e700c93e3ac 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -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"