[meta-freescale] [PATCH] remove True option to getVar calls

André Draszik git at andred.net
Thu Jan 17 06:31:36 PST 2019


On Tue, 2019-01-15 at 15:19 -0200, Otavio Salvador wrote:
> Hello André,
> 
> On Sun, Jan 13, 2019 at 9:02 AM André Draszik <git at andred.net> wrote:
> > From: André Draszik <andre.draszik at jci.com>
> > 
> > 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 at jci.com>
> 
> 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.

https://github.com/Freescale/meta-freescale/pull/40

Cheers,
Andre'




More information about the meta-freescale mailing list