classes/native*.bbclass: fix error during parse with bitbake master
commit6f3334a9a1ef5953a0a9e2b6ec92705a3f9295d1
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 22 Jun 2011 09:08:09 +0000 (22 10:08 +0100)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 23 Jun 2011 23:37:55 +0000 (24 00:37 +0100)
treee1c3484ce297cde96e01c5704de81e77e0cb4cd6
parent2c06ce205ce7d10a8a254b654aea2a1d1ae1ad2a
classes/native*.bbclass: fix error during parse with bitbake master

Fixes "AttributeError: 'NoneType' object has no attribute 'split'" during
parsing with bitbake master. We should not be calling explode_deps with
None as the argument, so ensure the value isn't None.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
classes/native.bbclass
classes/nativesdk.bbclass