[bitbake-devel] [PATCHv4 0/7] Add connection cache support in wget checkstatus

Aníbal Limón anibal.limon at linux.intel.com
Wed Jul 8 23:34:14 UTC 2015


This v4 fixes issues related to SSL cert validation in Python>=2.7.9, see
last commit.

You can also review the changes at,

http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=alimon/fetch2-wget-checkstatus

Aníbal Limón (7):
  fetch2/__init__.py: Add FetchConnectionCache class
  fetch2: Add fetch parameter to checkstatus
  fetch2/wget.py: Add support of connection cache in checkstatus.
  tests/fetch.py: Add FetchCheckStatusTest tests.
  fetch2/wget.py: checkstatus fix using proxy handler
  tests/fetch.py: FetchCheckStatusTest add cases for ftp and https.
  fetch2/wget.py: checkstatus disable SSL cert validation.

 lib/bb/fetch2/__init__.py |  59 +++++++++++++---
 lib/bb/fetch2/git.py      |   2 +-
 lib/bb/fetch2/local.py    |   2 +-
 lib/bb/fetch2/wget.py     | 168 ++++++++++++++++++++++++++++++++++++++++++++--
 lib/bb/tests/fetch.py     |  45 +++++++++++++
 5 files changed, 259 insertions(+), 17 deletions(-)

-- 
1.9.1



More information about the bitbake-devel mailing list