generic-poky/bitbake/lib/bb/fetch2
Richard Purdie 3f8d56d113 bitbake: fetch2: Avoid recursive errors
If PATH contains WORKDIR which contains PV which contains SRCPV we can end
up in circular recursion within the fetcher. This code change allows for the recursion
to be broken by giving PV a temporary dummy value in a data store copy.

(Bitbake rev: ce1e70b8018340b54dba3a81d7d379182cb77514)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-01-20 11:52:52 +00:00
..
__init__.py bitbake: fetch2: Avoid recursive errors 2017-01-20 11:52:52 +00:00
bzr.py bitbake: fetch2: preserve current working directory 2016-08-20 16:08:59 +01:00
clearcase.py bitbake: bitbake: remove True option to getVar calls 2016-11-30 15:48:09 +00:00
cvs.py bitbake: bitbake: remove True option to getVar calls 2016-11-30 15:48:09 +00:00
git.py bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network access 2016-11-30 15:48:10 +00:00
gitannex.py bitbake: fetch2: preserve current working directory 2016-08-20 16:08:59 +01:00
gitsm.py bitbake: gitsm.py: Add force flag to git checkout command in update_submodules 2017-01-17 11:29:29 +00:00
hg.py bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network access 2016-11-30 15:48:10 +00:00
local.py bitbake: bitbake: remove True option to getVar calls 2016-11-30 15:48:09 +00:00
npm.py bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network access 2016-11-30 15:48:10 +00:00
osc.py bitbake: bitbake: remove True option to getVar calls 2016-11-30 15:48:09 +00:00
perforce.py bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network access 2016-11-30 15:48:10 +00:00
repo.py bitbake: bitbake: remove True option to getVar calls 2016-11-30 15:48:09 +00:00
sftp.py bitbake: bitbake: remove True option to getVar calls 2016-11-30 15:48:09 +00:00
ssh.py bitbake: bitbake: remove True option to getVar calls 2016-11-30 15:48:09 +00:00
svn.py bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network access 2016-11-30 15:48:10 +00:00
wget.py bitbake: fetch2/wget: fixup case with no useful netrc data 2016-12-21 08:17:01 +00:00