poky/scripts/lib/checklayer
Nicolas Dechesne c0a16eaae0 checklayer: parse LAYERDEPENDS with bb.utils.explode_dep_versions2()
LAYERDEPENDS is a string of this format:
"DEPEND1 (optional version) DEPEND2 (optional version) ..."

However when we parse LAYERDEPENDS in _get_layer_collections() we
parse it as a simple string, and if any optional versions are there the
'depends' field is wrong. For example, running yocto-check-layer
might result in such errors:

ERROR: Layer meta-python depends on (>= and isn't found.
ERROR: Layer meta-python depends on 12) and isn't found.

Let's use bb.utils.explode_dep_versions2() to parse LAYERDEPENDS, and
create a string that contains all dependencies, effectively
skipping/ignoring any optional versions.

[YOCTO #13957]

(From OE-Core rev: f81f07afc200fe06c5c06ea81a4f8a3a43436faf)

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-06-28 08:36:00 +01:00
..
cases yocto-check-layer: Allow any case for README file detection 2019-08-30 17:10:28 +01:00
__init__.py checklayer: parse LAYERDEPENDS with bb.utils.explode_dep_versions2() 2020-06-28 08:36:00 +01:00
case.py meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
context.py meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00