diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-06-19 12:30:25 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-06 15:05:16 -0300 |
commit | 66c97ae7461f4c1a13917131787bb76dc34e6b6f (patch) | |
tree | 74e9da53894f997823db1efb8ffb5b4b3e5ba834 /recipes-core/openjdk/openjdk-7-75b13/build-hacks.patch | |
parent | 71bf807f948348650ce1711776a3587fac916b58 (diff) | |
download | meta-java-66c97ae7461f4c1a13917131787bb76dc34e6b6f.tar.gz |
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 *`
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-75b13/build-hacks.patch')
0 files changed, 0 insertions, 0 deletions