]> code.ossystems Code Review - meta-freescale.git/commit
remove True option to getVar calls 40/head
authorAndré Draszik <andre.draszik@jci.com>
Thu, 17 Jan 2019 14:29:17 +0000 (14:29 +0000)
committerAndré Draszik <andre.draszik@jci.com>
Thu, 17 Jan 2019 14:29:17 +0000 (14:29 +0000)
commit74df05a7f0fd698cbbe65b9bf925f186891426ca
tree169665d86e12f2aa2d6df71a856c1893267972d7
parent9704df97f08cf5895e2f5bcfb33f1a53d10c7704
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() calls 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)

Signed-off-by: André Draszik <andre.draszik@jci.com>
16 files changed:
classes/fsl-dynamic-packagearch.bbclass
classes/fsl-eula-unpack.bbclass
classes/machine-overrides-extender.bbclass
classes/qoriq_build_64bit_kernel.bbclass
dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc
recipes-bsp/qe-ucode/qe-ucode_git.bb
recipes-bsp/rcw/rcw_git.bb
recipes-bsp/u-boot/u-boot-qoriq_2018.09.bb
recipes-connectivity/openssl/openssl-qoriq_1.1.0g.bb
recipes-daemons/ptpd/ptpd-qoriq.bb
recipes-devtools/qemu/qemu-qoriq_git.bb
recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
recipes-graphics/mesa/mesa_%.bbappend
recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc
recipes-multimedia/imx-codec/imx-codec_4.4.2.bb
recipes-multimedia/imx-parser/imx-parser_4.4.2.bb