[bitbake-devel] [PATCHv2 0/4] Add connection cache support in wget checkstatus.

Aníbal Limón anibal.limon at linux.intel.com
Tue Jun 23 21:58:45 UTC 2015


This v2 fixes an issue bb/fetch2/wget.py in checkstatus fp_dummy create
that need definition of close() method.

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 (4):
  fetch2/__init__.py: Add FetchConnectionCache class
  fetch2: Add fetch parameter to checkstatus
  fetch2/__init__.py: Add connection_cache param in Fetch __init__.
  tests/fetch.py: Add FetchCheckStatusTest tests.

 lib/bb/fetch2/__init__.py |  59 +++++++++++++++----
 lib/bb/fetch2/git.py      |   2 +-
 lib/bb/fetch2/local.py    |   2 +-
 lib/bb/fetch2/wget.py     | 142 ++++++++++++++++++++++++++++++++++++++++++++--
 lib/bb/tests/fetch.py     |  39 +++++++++++++
 5 files changed, 226 insertions(+), 18 deletions(-)

-- 
1.9.1




More information about the bitbake-devel mailing list