diff options
author | Christopher Larson <kergoth@gmail.com> | 2022-03-17 15:29:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-04 11:37:56 +0100 |
commit | 7be82bf66524c9c78ddf798131d1cb38489a14c1 (patch) | |
tree | 2ad2ace66f4d9d5301a7cef2b77ba81b847dc281 /meta/recipes-multimedia | |
parent | 042b70da3b4166bd240265f4e5ab242a439755de (diff) | |
download | poky-7be82bf66524c9c78ddf798131d1cb38489a14c1.tar.gz |
bitbake: data_smart: directly check for methodpool functions in context lookup
We previously checked for the existence of the 'func' flag to determine
if we should avoid looking up in the metadata. This was done to ensure
the user gets the function for 'def' python functions rather than their
string contents. We can sidestep the metadata lookup and check our
function context directly, instead.
(Bitbake rev: 6cac1eac51efa9a54e8457f60ea1ea0e604c50b7)
Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
0 files changed, 0 insertions, 0 deletions