diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2025-02-24 22:48:52 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-06 16:32:47 +0000 |
commit | c077a12e49029a6873d36ed25fbedb36a35505be (patch) | |
tree | 29cc0eb1e63551c7b05ebbee3d348ca3200cffd6 /scripts/lib/scriptutils.py | |
parent | 27db4f10142cd0612987b3f2139d5d22c17c422d (diff) | |
download | poky-c077a12e49029a6873d36ed25fbedb36a35505be.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: 0af396917fe176df7b1ed0bd7c7267507ed12e03)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions