poky/bitbake/lib/bb
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
..
fetch2 bitbake: bitbake: remove True option to getVar calls 2019-02-12 22:01:10 +00:00
parse bitbake: bitbake: ConfHandler: Don't strip leading spaces 2019-02-06 08:24:50 +00:00
pysh bitbake: bitbake: pysh: Improve error handling for shell code 2018-12-09 11:07:48 +00:00
server bitbake: server/process: Add missing exception raise 2019-02-06 08:24:50 +00:00
tests bitbake: bitbake: remove True option to getVar calls 2019-02-12 22:01:10 +00:00
ui bitbake: taskexp: add focused search bar 2018-10-18 10:59:26 +01:00
__init__.py bitbake: bitbake: Bump version to 1.40.0 2018-10-20 14:27:03 +01:00
build.py bitbake: daemonize/build: Clean up /dev/null fd handling 2018-09-22 15:52:12 -07:00
cache_extra.py bitbake: bitbake: cooker: get extra information from recipe cache 2013-09-22 12:19:44 +01:00
cache.py bitbake: cache: Cleanup deprecated function usage 2018-12-07 12:38:58 +00:00
checksum.py bitbake: checksum: sanity check path when recursively checksumming 2018-08-14 16:32:48 +01:00
codeparser.py bitbake: codeparser: Switch to sha256 from md5 2019-01-08 11:16:03 +00:00
command.py bitbake: cooker: clear extra config settings and remote datastores on client disconnect 2017-09-05 15:00:49 +01:00
compat.py bitbake: compat/server/utils: Jettison pre python 2.7.3 workarounds 2013-06-14 17:26:30 +01:00
cooker.py bitbake: cooker: Split recipes to parse amongst threads ahead of time 2019-01-08 11:16:03 +00:00
cookerdata.py bitbake: cookerdata: Issue warning if layer doesn't set LAYERSERIES_COMPAT_x 2018-04-06 11:39:49 +01:00
COW.py bitbake: COW: Fix StopIteration warning 2018-09-22 15:52:12 -07:00
daemonize.py bitbake: daemonize/build: Clean up /dev/null fd handling 2018-09-22 15:52:12 -07:00
data_smart.py bitbake: bb.data_smart: only try to expand refs to valid variable names 2019-01-21 23:44:34 +00:00
data.py bitbake: data/siggen: Switch md5 -> sha256 2019-01-08 11:16:03 +00:00
event.py bitbake: server/process: Various server startup logging fixes 2018-09-05 18:01:37 +01:00
exceptions.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
main.py bitbake: main: When retrying the connection, show the attempt number 2018-12-26 11:10:33 +00:00
methodpool.py bitbake: event/utils/methodpool: Add a cache of compiled code objects 2015-12-22 00:02:05 +00:00
monitordisk.py bitbake: bitbake: Fix Deprecated warnings from regexs 2019-01-16 15:35:07 +00:00
msg.py bitbake: msg: Add explicit verbnote log level 2018-09-10 12:13:38 +01:00
namedtuple_with_abc.py bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional. 2014-08-25 08:57:45 +01:00
persist_data.py bitbake: bitbake: persist_data: Fix Locking Protocol Error 2019-01-08 11:16:03 +00:00
process.py bitbake: bitbake:process: flush stderr/stdout to log 2017-06-14 14:54:24 +01:00
progress.py bitbake: lib/bb/progress: avoid possibility of start event being reported twice 2016-07-26 08:10:35 +01:00
providers.py bitbake: bitbake: Fix Deprecated warnings from regexs 2019-01-16 15:35:07 +00:00
remotedata.py bitbake: remotedata: enable transporting datastore from the client to the server 2016-12-14 12:25:07 +00:00
runqueue.py bitbake: bitbake: runqueue: __find_md5__ -> __find_sha256 2019-01-14 11:36:49 +00:00
siggen.py bitbake: bitbake: Fix Deprecated warnings from regexs 2019-01-16 15:35:07 +00:00
taskdata.py bitbake: bitbake: Add support for multiconfig dependencies 2018-08-01 10:07:22 +01:00
tinfoil.py bitbake: tinfoil: ensure get_recipe_info() returns Null if recipe not found 2017-11-21 13:06:45 +00:00
utils.py bitbake: utils: Add aarch64 support to ioprio_set 2018-12-14 17:10:59 +00:00