Per discussion with the SPDX licensing group, recipe LICENSE statements
classify as a declared license, not a concluded license.
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
)
build_objset.new_relationship(
source_files,
- oe.spdx30.RelationshipType.hasConcludedLicense,
+ oe.spdx30.RelationshipType.hasDeclaredLicense,
[oe.sbom30.get_element_link_id(recipe_spdx_license)],
)