]> code.ossystems Code Review - openembedded-core.git/commit
bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetch
authorYu Ke <ke.yu@intel.com>
Mon, 10 Jan 2011 18:05:07 +0000 (18:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Jan 2011 18:05:07 +0000 (18:05 +0000)
commitc64b445f38179a117d39319f762f9dc2435da0ea
tree11d59fd3179d6c62eb80e81afaf343900d94f082
parent6b212ad3c3a848be713d62b942da3a294a26f043
bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetch

bb.fetch2 is copied from bb.fetch, and has many bb.fetch referrence.
Fix these referrence with bb.fetch2 referrence

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 files changed:
bitbake/lib/bb/fetch2/__init__.py
bitbake/lib/bb/fetch2/bzr.py
bitbake/lib/bb/fetch2/cvs.py
bitbake/lib/bb/fetch2/git.py
bitbake/lib/bb/fetch2/hg.py
bitbake/lib/bb/fetch2/local.py
bitbake/lib/bb/fetch2/osc.py
bitbake/lib/bb/fetch2/perforce.py
bitbake/lib/bb/fetch2/repo.py
bitbake/lib/bb/fetch2/ssh.py
bitbake/lib/bb/fetch2/svk.py
bitbake/lib/bb/fetch2/svn.py
bitbake/lib/bb/fetch2/wget.py