summaryrefslogtreecommitdiffstats
path: root/meta/classes/python_setuptools_build_meta.bbclass
diff options
context:
space:
mode:
authorInsu Park <insu0.park@gmail.com>2023-12-27 23:54:18 +0900
committerSteve Sakoman <steve@sakoman.com>2024-01-04 05:00:12 -1000
commit8ffcfd69b52aa2fe573ef877ae8ad9fe9f845919 (patch)
treedc6c91132a8835b6fc84c4517c82444e94c61cf5 /meta/classes/python_setuptools_build_meta.bbclass
parentf754b5d45b504e7486364ea9cfcb5f96086084bc (diff)
downloadpoky-8ffcfd69b52aa2fe573ef877ae8ad9fe9f845919.tar.gz
bitbake: data: Add missing dependency handling of remove operator
A recipe variable handles its dependencies even on the "contains" variables within the "inline Python expressions" like bb.utils.filter(). And it also handles those in the append operator correctly, but the problem is that it does not so in the remove operator. Fix it by adding the missing dependencies every time the remove operator has been handled. Also add a test case to check if the override operators handle dependencies correctly. (Bitbake rev: 23639edfbbb3fced7606dce211db8a31c5766585) Signed-off-by: Insu Park <insu0.park@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Cherry-picked from master: b90520eedb1dbc7f6a3928d089fe74fafb864eb5 - Conflicts in data.py are resolved as the master branch moved handle_contains() and handle_remove() out of the try block. - The test code in codeparser.py are modified as the master branch added three more arguments to the build_dependencies(). Signed-off-by: Insu Park <insu0.park@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/classes/python_setuptools_build_meta.bbclass')
0 files changed, 0 insertions, 0 deletions