generic-poky/bitbake/lib/bb/fetch
Yu Ke f12e714845 bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2
there is case that we need to distingush bb.fetch and bb.fetch2,
and use different API for bb.fetch and bb.fetch2. so it is necessary
to add version info for distinguish purpose

Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-25 12:25:46 +00:00
..
__init__.py bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2 2011-01-25 12:25:46 +00:00
bzr.py bzr: use utils.remove instead of os.system 2011-01-04 14:46:52 +00:00
cvs.py fetchers: Add parameter scmdata=keep to include .git/ and others in generated tarballs. 2011-01-04 14:46:51 +00:00
git.py bitbake/fetch/git: Add backwards compatibility code for branch name handling 2011-01-10 14:27:30 +00:00
hg.py fetchers: Add parameter scmdata=keep to include .git/ and others in generated tarballs. 2011-01-04 14:46:51 +00:00
local.py Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00
osc.py *: use utils.remove() some more 2011-01-12 13:47:14 +00:00
perforce.py fetch: be more pythonic 2011-01-04 14:46:41 +00:00
repo.py fetchers: Add parameter scmdata=keep to include .git/ and others in generated tarballs. 2011-01-04 14:46:51 +00:00
ssh.py Apply the 2to3 print function transform 2010-07-02 15:41:33 +01:00
svk.py fetch: be more pythonic 2011-01-04 14:46:41 +00:00
svn.py fetchers: Add parameter scmdata=keep to include .git/ and others in generated tarballs. 2011-01-04 14:46:51 +00:00
wget.py Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00