On Wed, Jun 22, 2011 at 12:18 PM, Paul Eggleton <[email protected]> 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 <[email protected]> > --- > classes/native.bbclass | 2 +- > classes/nativesdk.bbclass | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > <snip>
Acked-by: Andrea Adami <[email protected]> _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
