[bitbake-devel] [PATCH] tests/codeparser.py: Add filename/lineno flags to test variable

Richard Purdie richard.purdie at linuxfoundation.org
Tue Jan 19 17:48:29 UTC 2016


On Tue, 2016-01-19 at 16:04 +0100, Olof Johansson wrote:
> A recent change in bitbake added filename/lineno information to the
> parameters of bb.data.build_dependencies(). The codeparser tests
> required a little adaption to the changes, adding the flags to the
> FOO
> variable used in the tests.
> 
> The error seen when running the tests is a TypeError exception raised
> in bb.codeparser:
> 
>   TypeError: int() argument must be a string or a number, not
> 'NoneType'

Thanks. I'm asking awkward questions about why we didn't find that
sooner too (if I didn't spot it, our QA infrastructure should have)...

Cheers,

Richard



More information about the bitbake-devel mailing list