[oe-commits] [openembedded-core] 33/68: bitbake.conf: drop redundant -nv from FETCHCMD_wget

git at git.openembedded.org git at git.openembedded.org
Mon Jul 2 10:46:55 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch sumo
in repository openembedded-core.

commit acd9a694e40c54a7ce8015a89f22391c90fd73c1
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Thu May 31 15:50:44 2018 -0700

    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 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9852ee1..ecc43a4 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -661,7 +661,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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list