]> code.ossystems Code Review - openembedded-core.git/commit
sanity.bbclass: Fix test for i686 SDKMACHINE
authorJoshua Lock <josh@linux.intel.com>
Mon, 14 Jun 2010 11:51:34 +0000 (12:51 +0100)
committerJoshua Lock <josh@linux.intel.com>
Mon, 14 Jun 2010 11:53:48 +0000 (12:53 +0100)
commitc350927b22bfc72cb4d586dc84223282044b6307
tree21fb3c80c5789c54798e6e44b6c5943f2ad45c24
parent5735f03d181cf36aa572fc3110071d92cc1258ed
sanity.bbclass: Fix test for i686 SDKMACHINE

The 'is' keyword tests for object identity, returning True if the variables are
both referencing the same object. Changed the test to use the equality
operator, which compares the values of the objects.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/classes/sanity.bbclass