[oe] [PATCH v2] classes/native*.bbclass: fix error during parse with bitbake master

Andrea Adami andrea.adami at gmail.com
Thu Jun 23 23:26:20 UTC 2011


On Wed, Jun 22, 2011 at 12:18 PM, Paul Eggleton
<paul.eggleton at linux.intel.com> wrote:
> 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 at linux.intel.com>
> ---
>  classes/native.bbclass    |    2 +-
>  classes/nativesdk.bbclass |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
<snip>

Acked-by: Andrea Adami <andrea.adami at gmail.com>




More information about the Openembedded-devel mailing list