diff options
author | Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com> | 2021-02-06 21:42:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-10 23:48:16 +0000 |
commit | a30a06d9c1e6e585dba11d55266440de6f4ac35a (patch) | |
tree | ae9ac516600ec8e72b7d02e81852382a80f2c345 /bitbake/lib/bb/fetch2/svn.py | |
parent | 40ecec326effeb1f4dd647849293f18118d4dd21 (diff) | |
download | poky-a30a06d9c1e6e585dba11d55266440de6f4ac35a.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: b07b226d5d1b3acd3f76d8365bc8002293365999)
Signed-off-by: Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/fetch2/svn.py')
0 files changed, 0 insertions, 0 deletions