]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: fetch2/wget: add Basic Auth from netrc to checkstatus()
authorMatthew McClintock <msm-oss@mcclintock.net>
Fri, 16 Dec 2016 09:32:42 +0000 (03:32 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Dec 2016 15:22:51 +0000 (15:22 +0000)
commitaa15ff631c10228d31ab3655e4e6921088a7804b
tree09e31ac7a84b5ce761cdcc2330da6e64f7425201
parentfe7e75075e2d55a45ad2b81c9e493068a156d1dc
bitbake: fetch2/wget: add Basic Auth from netrc to checkstatus()

fetch2/wget uses urllib to check the status of the mirrors, wget will
use netrc to pass login and password information however checkstatus
will skip that.

This adds netrc login and password to checkstatus so both will work the
same.

(Bitbake rev: 873e33d0479e977520106b65d149ff1799195bf6)

Signed-off-by: Matthew McClintock <msm-oss@mcclintock.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/wget.py