]> code.ossystems Code Review - openembedded-core.git/commit
bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2
authorYu Ke <ke.yu@intel.com>
Tue, 18 Jan 2011 14:41:23 +0000 (22:41 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Jan 2011 12:25:46 +0000 (12:25 +0000)
commitf12e71484593039cd58b6e7fadd038b28b05d849
treed269312d2c77c10b5e90d04a82e0f782216a9a20
parent84ff79413a3b56f287f42b8ca1dd2ab194337c42
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>
bitbake/lib/bb/fetch/__init__.py
bitbake/lib/bb/fetch2/__init__.py