mbox series

[kirkstone,2.0,0/1] Fix dependency handling bug of remove operator

Message ID 20231227145418.8776-1-insu0.park@gmail.com
Headers show
Series Fix dependency handling bug of remove operator | expand

Message

Insu Park Dec. 27, 2023, 2:54 p.m. UTC
This commit has merged on Sep 19 on the master branch. (b90520eedb1dbc7f6a3928d089fe74fafb864eb5)
I think this bug should also be fixed on the LTS branches, kirkstone and dunfell.
This bug is not that common within the meta layers under the Yocto projects, but could be a problem in production domains.
I cherry-picked it by myself because it requires to resolve conflicts for each branch.
Please see the details on the previous post: https://lists.openembedded.org/g/bitbake-devel/message/15082

Insu Park (1):
  data: Add missing dependency handling of remove operator

 lib/bb/data.py             |  1 +
 lib/bb/tests/codeparser.py | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)