poky/bitbake/lib/bb/parse
Paul Barker 261da52339 bitbake: parse/ast: Substitute '~' when naming anonymous functions
When parsing an anonymous python function, bitbake generates a name for
the function based on the full path to the file in which it was found.
As not all characters which are valid in file paths are valid in Python
function names we have a translation table. However, this translation
table was missing an entry for '~'.

(Bitbake rev: b201c0b284e25c20685d9d206797c4cc650eeca0)

Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-07-29 23:21:24 +01:00
..
parse_py bitbake: data_smart/parse: Allow ':' characters in variable/function names 2021-07-20 18:59:18 +01:00
__init__.py bitbake: logging: Make bitbake logger compatible with python logger 2021-02-10 23:48:16 +00:00
ast.py bitbake: parse/ast: Substitute '~' when naming anonymous functions 2021-07-29 23:21:24 +01:00