summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@jci.com>2019-01-15 12:08:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-16 15:35:57 +0000
commitee30b9a77dc4b0700093cd0dc8ae89ebc5778274 (patch)
tree78469c40d9d688d0b41f14fc21489df7126cb867 /scripts
parentdc24d6393893218e2791a6ba09205629b4b7f704 (diff)
downloadpoky-ee30b9a77dc4b0700093cd0dc8ae89ebc5778274.tar.gz
dev-manual: Remove True option to getVar calls
getVar() has been defaulting to expanding by default for a long time (2016), thus remove the True option from getVar() examples with a regex search and replace. Search & replace made using the following command: sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \ -i $(git grep -E 'getVar ?\( ?([^,()]*), ?True\)' \ | cut -d':' -f1 \ | sort -u) Note that there are are several other examples of getVar() usage which already don't explicitly add the True option, this patch just align some stray remainders. (From yocto-docs rev: 9824280085c4164c614c5ef2bc1e69ffac1732dd) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions