Re: [OE-core] [PATCH 1/1] utils.bbclass: fix KeyError exception

2018-08-24 Thread Richard Purdie
On Fri, 2018-08-24 at 11:46 +0800, Chen Qi wrote: > The following statement was accidently removed. Add it back. > > values['ml'] = [''] > > This patch fixes the following error. > > Exception: KeyError: 'ml' > > Signed-off-by: Chen Qi > --- > meta/classes/utils.bbclass | 1 + > 1 file

[OE-core] [PATCH 1/1] utils.bbclass: fix KeyError exception

2018-08-23 Thread Chen Qi
The following statement was accidently removed. Add it back. values['ml'] = [''] This patch fixes the following error. Exception: KeyError: 'ml' Signed-off-by: Chen Qi --- meta/classes/utils.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/utils.bbclass