poky/bitbake/lib/bb/fetch2
André Draszik 2fcbc079e2 bitbake: bitbake: remove True option to getVar calls
getVar() has been defaulting to expanding by default for
a long time (2016), thus remove the True option from
getVar() calls with a regex search and replace.

Search & replace made using the following command:
    sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \
        -i $(git grep -E 'getVar ?\( ?([^,()]*), ?True\)' \
             | cut -d':' -f1 \
             | sort -u)

(Bitbake rev: 3bba0dbd524cf72176a765957adff544ae5c255a)

Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-02-12 22:01:10 +00:00
..
__init__.py bitbake: fetch2: Fix os.errno references 2018-12-08 17:17:37 +00:00
bzr.py bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMD 2018-06-15 17:57:30 +01:00
clearcase.py bitbake: fetch2: fix import error for Python 3.6.5 2018-05-29 21:07:46 +01:00
cvs.py bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMD 2018-06-15 17:57:30 +01:00
git.py bitbake: bitbake: remove True option to getVar calls 2019-02-12 22:01:10 +00:00
gitannex.py bitbake: fetch/gitannex: add support for shallow mirror tarballs 2017-06-02 13:36:57 +01:00
gitsm.py bitbake: gitsm: The fetcher did not process some recursive submodules properly. 2019-01-28 23:14:27 +00:00
hg.py bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMD 2018-06-15 17:57:30 +01:00
local.py bitbake: fetch/local: Drop FILESDIR 2017-04-05 23:20:03 +01:00
npm.py bitbake: fetch2/npm.py: Allow shrinkwrap resolved relative URL which startswith 'http' (e.g http-proxy) 2018-11-21 11:54:47 +00:00
osc.py bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMD 2018-06-15 17:57:30 +01:00
perforce.py bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMD 2018-06-15 17:57:30 +01:00
repo.py bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMD 2018-06-15 17:57:30 +01:00
s3.py bitbake: s3.py: Remove hardcoded aws 2017-03-30 10:42:18 +01:00
sftp.py bitbake: fetch2: don't use deprecated bb.data APIs 2017-03-01 11:16:07 +00:00
ssh.py bitbake: fetch2: don't use deprecated bb.data APIs 2017-03-01 11:16:07 +00:00
svn.py bitbake: fetch2/svn: Fix SVN repository concurrent update race 2018-12-01 11:32:08 +00:00
wget.py bitbake: bitbake: Fix Deprecated warnings from regexs 2019-01-16 15:35:07 +00:00