]> code.ossystems Code Review - openembedded-core.git/commit
scripts: remove True option to getVar calls
authorJoshua Lock <joshua.g.lock@intel.com>
Wed, 14 Dec 2016 21:13:05 +0000 (21:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Dec 2016 08:30:03 +0000 (08:30 +0000)
commit0a36bd96e6b29fd99a296efc358ca3e9fb5af735
treee6eda6f73d4f8cca573b5061f2511ec89705cba4
parent7c552996597faaee2fbee185b250c0ee30ea3b5f
scripts: remove True option to getVar calls

getVar() now defaults to expanding by default, thus remove the True
option from getVar() calls with a regex search and replace.

Search made with the following regex: getVar ?\(( ?[^,()]*), True\)

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
22 files changed:
scripts/contrib/list-packageconfig-flags.py
scripts/contrib/verify-homepage.py
scripts/devtool
scripts/lib/devtool/__init__.py
scripts/lib/devtool/build_image.py
scripts/lib/devtool/deploy.py
scripts/lib/devtool/package.py
scripts/lib/devtool/runqemu.py
scripts/lib/devtool/sdk.py
scripts/lib/devtool/search.py
scripts/lib/devtool/standard.py
scripts/lib/devtool/upgrade.py
scripts/lib/devtool/utilcmds.py
scripts/lib/recipetool/append.py
scripts/lib/recipetool/create.py
scripts/lib/recipetool/create_buildsys_python.py
scripts/lib/recipetool/create_kernel.py
scripts/lib/recipetool/create_npm.py
scripts/lib/recipetool/newappend.py
scripts/lib/scriptutils.py
scripts/oe-pkgdata-util
scripts/recipetool