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

Richard Purdie richard.purdie at linuxfoundation.org
Fri Aug 24 06:59:05 UTC 2018


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 <Qi.Chen at windriver.com>
> ---
>  meta/classes/utils.bbclass | 1 +
>  1 file changed, 1 insertion(+)

Thanks, it was quite nice to wake up and find someone had fixed the bug
 I'd accidentally introduced! :)

Cheers,

Richard



More information about the Openembedded-core mailing list