[OE-core] [oe-core][patch] sanity.bbclass: correct the gcc_arch check logic

Paul Barker paul at paulbarker.me.uk
Tue Jun 18 10:56:33 UTC 2013


On 18 June 2013 11:55, Zhenhua Luo <zhenhua.luo at freescale.com> wrote:
> -    if check_gcc_march(sanity_data):
> +    if check_gcc_march(sanity_data) == True:

Unless there's something I've forgotten about Python, these two are
exactly equivalent.

--
Paul Barker

Email: paul at paulbarker.me.uk
http://www.paulbarker.me.uk



More information about the Openembedded-core mailing list