| Submitter | Richard Purdie |
|---|---|
| Date | July 9, 2012, 4:54 p.m. |
| Message ID | <1341852899.8066.30.camel@ted> |
| Download | mbox | patch |
| Permalink | /patch/31549/ |
| State | Accepted |
| Commit | 0f8290ff1c9bc86c744f67ce6194dd6911533012 |
| Headers | show |
Comments
Patch
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 846c6c3..e700c93 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"
This brings it into sync with the wget FETCHCOMMAND and RESUMECOMMAND variables. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> ---