]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaul
authorYu Ke <ke.yu@intel.com>
Mon, 10 Jan 2011 14:23:36 +0000 (14:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Jan 2011 14:23:36 +0000 (14:23 +0000)
commit4dccd92439f3b21056c53f2317249228067defe6
treeb5507598213381b870f53b3f816102b0b2899b86
parentf46cdcbbae0ac3cbce423d262358e670add6065e
bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaul

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 [new file with mode: 0644]
bitbake/lib/bb/fetch2/bzr.py [new file with mode: 0644]
bitbake/lib/bb/fetch2/cvs.py [new file with mode: 0644]
bitbake/lib/bb/fetch2/git.py [new file with mode: 0644]
bitbake/lib/bb/fetch2/hg.py [new file with mode: 0644]
bitbake/lib/bb/fetch2/local.py [new file with mode: 0644]
bitbake/lib/bb/fetch2/osc.py [new file with mode: 0644]
bitbake/lib/bb/fetch2/perforce.py [new file with mode: 0644]
bitbake/lib/bb/fetch2/repo.py [new file with mode: 0644]
bitbake/lib/bb/fetch2/ssh.py [new file with mode: 0644]
bitbake/lib/bb/fetch2/svk.py [new file with mode: 0644]
bitbake/lib/bb/fetch2/svn.py [new file with mode: 0644]
bitbake/lib/bb/fetch2/wget.py [new file with mode: 0644]