diff options
author | Christopher Larson <kergoth@gmail.com> | 2022-03-17 15:29:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-04 11:37:55 +0100 |
commit | 8b74f2ca55a08454beee77141dcdfe51e343298a (patch) | |
tree | b1fbbbca798be98e2c9caaa7daadfe03c84b6ea6 /bitbake/lib/bb/tests/data.py | |
parent | a9d2012f50b0c50c985c6dae184c8c19ace3b965 (diff) | |
download | poky-8b74f2ca55a08454beee77141dcdfe51e343298a.tar.gz |
bitbake: data_smart: check for python builtins directly for context lookup
This avoids the need to hardcode a list of python builtins. This also slightly changes behavior, in a case like `${@eval("3")}`, this will ensure we always call the builtin, even if the metadata has an 'eval' variable defined.
(Bitbake rev: 9976ae50677b333d646ca0fd395468bd2301d03f)
Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/tests/data.py')
0 files changed, 0 insertions, 0 deletions