aboutsummaryrefslogtreecommitdiffstats
path: root/bin/bitbake-worker
diff options
context:
space:
mode:
authorInsu Park <insu0.park@gmail.com>2023-09-19 15:59:38 +0900
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-19 16:38:12 +0100
commitb90520eedb1dbc7f6a3928d089fe74fafb864eb5 (patch)
tree1ffc7a07767b440d623bcf4aeda81bfc0af0c282 /bin/bitbake-worker
parentdd682363341bae3b060e284d73f000813964dc05 (diff)
downloadbitbake-contrib-b90520eedb1dbc7f6a3928d089fe74fafb864eb5.tar.gz
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. Signed-off-by: Insu Park <insu0.park@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin/bitbake-worker')
0 files changed, 0 insertions, 0 deletions