diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2025-02-24 22:48:52 -0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-03-08 06:22:56 -0800 |
commit | 133ac79e70478bc086363042278f99b26700af23 (patch) | |
tree | 851fe6d4d33fa75b16e782e7c57a3a5ec928959b /scripts/lib/scriptpath.py | |
parent | d8d82a17eeb75a9703dd4c0dc8264a8895797deb (diff) | |
download | poky-133ac79e70478bc086363042278f99b26700af23.tar.gz |
bitbake: data_smart.py: simple clean up
When var matches __setvar_regexp__, which has the value as below,
__setvar_regexp__ = re.compile(r'(?P<base>.*?)(?P<keyword>:append|:prepend|:remove)(:(?P<add>[^A-Z]*))?$')
the keyword will not be __doc__ or __module__ and var will always
contain ":".
(Bitbake rev: 9cac695951d0fd587063b250bfc8ef0f87acad18)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/scriptpath.py')
0 files changed, 0 insertions, 0 deletions