]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
ast: Add filename/lineno to mapped functions
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jan 2016 23:01:25 +0000 (23:01 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Jan 2016 15:27:19 +0000 (15:27 +0000)
commit547128731e62b36d2271c4390b3fee2b16c535dc
treee57f7403605f7a32c72011ff082df8f0d434b0bd
parent0c5a9349f797d05c282c2ada1893e187e05f0576
ast: Add filename/lineno to mapped functions

Where we add in mappings for EXPORT_FUNCTIONS, add dummy filename
and lineno data so ensure the assumption that all python functions
have this is correct.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/parse/ast.py