]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: bitbake: remove True option to getVarFlag calls
authorJoshua Lock <joshua.g.lock@intel.com>
Fri, 25 Nov 2016 15:28:09 +0000 (15:28 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2016 15:48:09 +0000 (15:48 +0000)
commitddaac5e4e3ebe71cb279a33a6585b3e8a8790e55
tree5dc9c0d3e1da1edacad1e6b8748c4db22026f011
parent1fce7ecbbb004a5ad82da3eef79cfd52b276708d
bitbake: bitbake: 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\)

(Bitbake rev: c19baa8c19ea8ab9b9b64fd30298d8764c6fd2cd)

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake-worker
bitbake/lib/bb/build.py
bitbake/lib/bb/cache.py
bitbake/lib/bb/cookerdata.py
bitbake/lib/bb/data.py
bitbake/lib/bb/data_smart.py
bitbake/lib/bb/fetch2/__init__.py
bitbake/lib/bb/parse/ast.py
bitbake/lib/bb/tests/parse.py