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:30 +0100 |
commit | 7d3fb188bfe4dc9aebe80286a65b357ed2ae8b8f (patch) | |
tree | 809f53db7a01930796b34bc3ae11c4640df91085 /README.OE-Core | |
parent | 6a751048e50c00261d99c2d8d69534f7a8da38a9 (diff) | |
download | poky-7d3fb188bfe4dc9aebe80286a65b357ed2ae8b8f.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: 9bddcd4824ed94915a2b7cf96a13d4ada01c7f9d)
Signed-off-by: Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.OE-Core')
0 files changed, 0 insertions, 0 deletions