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

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

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

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/recipetool/append.py
scripts/verify-bashisms