aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-04 17:31:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-06 15:27:34 +0000
commit958f0ff56b37a08c905f8f8fdc17353dcad8ef60 (patch)
treea27c0229c26d665a963b1a337ded58b22894ebcc /bitbake/lib/bb/data.py
parentdb4376ed64f5d8f828862085a272b3e451a191cb (diff)
downloadopenembedded-core-contrib-958f0ff56b37a08c905f8f8fdc17353dcad8ef60.tar.gz
bitbake: codeparser: Add support for correct linenumbers
Currently, if there is something like a python indentation error in a python function, the linenumbers and even file aren't reported correctly. This allows lineno and filename parameters to be passed in to correct this. The lack of a lineno parameter to python's compile() function is worked around by using empty linefeeds. Ugly, but effective and with minimal performance overhead. (Bitbake rev: 5796ed550d127853808f38257f8dcc8c1cf59342) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/data.py')
0 files changed, 0 insertions, 0 deletions