generic-poky/bitbake/lib/bb/tests
Richard Purdie 69b6919341 bitbake: bitbake: Add explict getVar param for (non) expansion
Rather than just use d.getVar(X), use the more explict d.getVar(X, False)
since at some point in the future, having the default of expansion would
be nice. This is the first step towards that.

This patch was mostly made using the command:

sed -e 's:\(getVar([^,()]*\)\s*):\1, False):g' -i `grep -ril getVar *`

(Bitbake rev: 659ef95c9b8aced3c4ded81c48bcc0fbde4d429f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-06-23 11:57:53 +01:00
..
__init__.py bitbake: Fixup bitbake-selftest 2012-05-04 17:41:47 +01:00
codeparser.py bitbake: codeparser: Fix var_execs to append to execs, not references 2014-03-02 17:25:29 +00:00
cow.py bitbake: fetch2: Add editor modelines for bb.tests.* 2013-02-17 22:32:05 +00:00
data.py bitbake: bitbake: Add explict getVar param for (non) expansion 2015-06-23 11:57:53 +01:00
fetch.py bitbake: tests/fetch: Add mirror of mirror tests 2015-05-16 22:31:51 +01:00
parse.py bitbake: tests/parse: Add file missing from previous commit 2015-05-16 22:40:44 +01:00
utils.py bitbake: lib/bb/utils: fix and extend edit_metadata_file() 2015-05-19 11:58:45 +01:00