]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
syslinux.bbclass: The AUTO_SYSLINUXMENU value needs to be boolean
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 19:34:00 +0000 (16:34 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Apr 2016 20:09:50 +0000 (21:09 +0100)
commit5c5144806bfde7e19960fe8d841e4f6191ea5972
tree4a7682b21fb162aa1bbd8553f7a6b588be1c7d76
parent76c473dbe9e6a1eb8bca89f26cf29b41ca18d680
syslinux.bbclass: The AUTO_SYSLINUXMENU value needs to be boolean

The python code expects AUTO_SYSLINUXMENU to be a boolean value,
otherwise the logic fails. This fixes the code comparing the value to
"1" which is the value expected by the shell script code, counterpart.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/syslinux.bbclass