Re: [OE-core] [PATCH] checklayer: parse LAYERDEPENDS with bb.utils.explode_dep_versions2()

2020-06-25 Thread Nicolas Dechesne
On Thu, Jun 25, 2020 at 9:59 AM Nicolas Dechesne wrote: > > 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

[OE-core] [PATCH] checklayer: parse LAYERDEPENDS with bb.utils.explode_dep_versions2()

2020-06-25 Thread Nicolas Dechesne
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