]> code.ossystems Code Review - openembedded-core.git/commit
utils.bbclass: fix KeyError exception
authorChen Qi <Qi.Chen@windriver.com>
Fri, 24 Aug 2018 03:46:40 +0000 (11:46 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Aug 2018 06:53:09 +0000 (07:53 +0100)
commit0791c4d39edbedaa493a9fc6aa6e7415f14980bb
tree05a59f4ebda2b58567daa3cfe29fede65909a40b
parent35b92053c5bc0f4ae4b92ca75456535ff78797a2
utils.bbclass: fix KeyError exception

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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/utils.bbclass