mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
bitbake.conf: drop redundant -nv from FETCHCMD_wget
Since the addition of progress reporting, the wget fetcher will over-ride -nv by unconditionally appending "--progress=dot -v" to the final wget command line. http://git.openembedded.org/bitbake/commit/?id=4027649f422ee64b1c4e1ad8d48ac295050afbff (From OE-Core rev: 69f4f4aa56291e1e507a62d45834df65d699ec51) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6db8b6a777
commit
cbfb14fe10
@@ -663,7 +663,7 @@ SRC_URI[vardepsexclude] += "\
|
||||
|
||||
FETCHCMD_svn = "/usr/bin/env svn --non-interactive --trust-server-cert"
|
||||
FETCHCMD_cvs = "/usr/bin/env cvs"
|
||||
FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate"
|
||||
FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 30 --passive-ftp --no-check-certificate"
|
||||
FETCHCMD_bzr = "/usr/bin/env bzr"
|
||||
FETCHCMD_hg = "/usr/bin/env hg"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user