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 <[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.

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

Cheers,
Andre'


-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to