Hello André, On Sun, Jan 13, 2019 at 9:02 AM André Draszik <[email protected]> wrote: > From: André Draszik <[email protected]> > > 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 <[email protected]>
Do you mind to open a PR on http://github.com/Freescale/meta-freescale/ ? The patch needs to be rebased as few patches were merged since this patch has been sent. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
