[bitbake-devel] [PATCH 0/4] Fixes for variable dependency handling with contains functions

Paul Eggleton paul.eggleton at linux.intel.com
Sun Apr 2 23:19:02 UTC 2017


Fixes for a few issues I discovered while working on bitbake-diffsigs.

The following changes since commit 58a03531c8183b165bb7dcad86d8559c92bc150d:

  fetch2: Do not fail to create symbolic links if they already exist (2017-04-01 08:23:29 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/bb-contains
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/bb-contains

Paul Eggleton (4):
  lib/bb/data: fix dependency handling for contains and multiple values
  codeparser: improve handling of contains_any() and filter()
  bitbake-selftest: add contains tests
  codeparser: add some comments

 lib/bb/cache.py            |  2 +-
 lib/bb/codeparser.py       | 34 +++++++++++++++++++++++++++++---
 lib/bb/data.py             | 10 ++++++----
 lib/bb/tests/codeparser.py | 48 ++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 86 insertions(+), 8 deletions(-)

-- 
2.9.3




More information about the bitbake-devel mailing list