generic-poky/bitbake/lib/bb/parse
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
..
parse_py bitbake: bitbake: Add explict getVar param for (non) expansion 2015-06-23 11:57:53 +01:00
__init__.py bitbake: bitbake: Add explict getVar param for (non) expansion 2015-06-23 11:57:53 +01:00
ast.py bitbake: bitbake: Add explict getVar param for (non) expansion 2015-06-23 11:57:53 +01:00