Re: [OE-core] [wic][PATCH] wic: fix parsing of 'bitbake -e' output

2016-12-21 Thread Maciej Borzęcki
On Wed, Dec 21, 2016 at 3:19 PM, Ed Bartosh wrote: > Current parsing code can wrongly interpret arbitrary lines > that are of 'key=value' format as legitimate bitbake variables. > > Implemented more strict parsing of key=value pairs using > regular expressions. > >

[OE-core] [wic][PATCH] wic: fix parsing of 'bitbake -e' output

2016-12-21 Thread Ed Bartosh
Current parsing code can wrongly interpret arbitrary lines that are of 'key=value' format as legitimate bitbake variables. Implemented more strict parsing of key=value pairs using regular expressions. Signed-off-by: Ed Bartosh --- scripts/lib/wic/utils/oe/misc.py |