generic-poky/bitbake/lib/bb/fetch2
Yu Ke 84ff79413a bb.fetch2: revise the Fetch.unpack API
change the unpack to use the urldata and rootdir parameter
- urldata is the FetchData instance
- rootdir is the dir to put the extracted source. the original unpack
  use current dir (os.getcwd) as destination dir, which is not flexible
  and error-prone (error will occur if caller not chdir to dest dir)

Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-25 12:25:46 +00:00
..
__init__.py bb.fetch2: revise the Fetch.unpack API 2011-01-25 12:25:46 +00:00
bzr.py Fetcher: break the "SRCREVINACTION" deadlock 2011-01-10 20:24:33 +00:00
cvs.py bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetch 2011-01-10 18:05:07 +00:00
git.py Fetcher: break the "SRCREVINACTION" deadlock 2011-01-10 20:24:33 +00:00
hg.py Fetcher: break the "SRCREVINACTION" deadlock 2011-01-10 20:24:33 +00:00
local.py bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetch 2011-01-10 18:05:07 +00:00
osc.py bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetch 2011-01-10 18:05:07 +00:00
perforce.py bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetch 2011-01-10 18:05:07 +00:00
repo.py bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetch 2011-01-10 18:05:07 +00:00
ssh.py bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetch 2011-01-10 18:05:07 +00:00
svk.py bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetch 2011-01-10 18:05:07 +00:00
svn.py Fetcher: break the "SRCREVINACTION" deadlock 2011-01-10 20:24:33 +00:00
wget.py bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetch 2011-01-10 18:05:07 +00:00