diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-12 18:00:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-14 06:31:45 +0100 |
commit | 6bd8367aa98e3108e9f1de9bdf809ded5dfc7413 (patch) | |
tree | 7b0e5137c0480ef5577fd3de74f5d970c8923af9 /documentation/set_versions.py | |
parent | 9889a0ff1af115e37ea1268f0580ef8b344c32e9 (diff) | |
download | poky-6bd8367aa98e3108e9f1de9bdf809ded5dfc7413.tar.gz |
bitbake: BBHandler: Handle unclosed functions correctly
A function accidentally defined as:
somefunction() {
:
}
which is unclosed due to the space at the end, would currently silently
cause breakage. Have the parser throw and error for this.
[YOCTO #15470]
(Bitbake rev: a7dce72da6be626734486808f1b731247697e638)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/set_versions.py')
0 files changed, 0 insertions, 0 deletions