diff options
| author | Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com> | 2021-02-06 21:42:38 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-30 14:38:36 +0100 |
| commit | 8f65434827840a71966798a35b090ce5e31ae3c0 (patch) | |
| tree | e1d136e164ee734dee99afe84e84bbc4d00661ef /scripts/lib/build_perf/html.py | |
| parent | 2a848e95074318f3a243df7b3f40513a13173a82 (diff) | |
| download | poky-8f65434827840a71966798a35b090ce5e31ae3c0.tar.gz | |
bitbake: BBHandler: Don't classify shell functions that names start with "python*" as python function
If shell function name starts with 'python' or 'fakeroot' parser wrongly
assumes it's python/fakeroot function.
[YOCTO #14204]
Use regex lookahead assertions to check if 'python' expression is
followed by whitespace or '(' and if 'fakeroot' is followed by
whitespace.
(Bitbake rev: 9df61675f0e9bb67a78bfa1a16b1cf9fa4c333f1)
Signed-off-by: Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/build_perf/html.py')
0 files changed, 0 insertions, 0 deletions
