[PATCH 0/3] Remove bb.fetch compatibility shim module
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Chris Laplante <[email protected]> fetch2 replaced fetch a long time ago (2012) so I argue it is time to say goodbye the bb.fetch shim. Chris Laplante (3): bin/bitbake-setup: use bb.fetch2, not bb.fetch lib: use bb.fetch2, not bb.fetch lib: remove bb.fetch shim module; cleanup fallout bin/bitbake-setup | 20 ++-- lib/bb/__init__.py | 4 +- lib/bb/build.py | 2 +- lib/bb/command.py | 2 +- lib/bb/cooker.py | 6 +- lib/bb/cookerdata.py | 13 +- lib/bb/fetch2/gitannex.py | 8 +- lib/bb/fetch2/wget.py | 6 +- lib/bb/tests/fetch.py | 244 +++++++++++++++++++------------------- 9 files changed, 155 insertions(+), 150 deletions(-) -- 2.43.0