mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-04 20:54:45 +02:00
spdx30_tasks: Change recipe license to declared
Per discussion with the SPDX licensing group, recipe LICENSE statements classify as a declared license, not a concluded license. (From OE-Core rev: 561447c7cc1485366dbf41cfbf8dcc1cbf29d043) 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>
This commit is contained in:
parent
ff5f8a4744
commit
e4a79c9a60
|
@ -552,7 +552,7 @@ def create_spdx(d):
|
|||
)
|
||||
build_objset.new_relationship(
|
||||
source_files,
|
||||
oe.spdx30.RelationshipType.hasConcludedLicense,
|
||||
oe.spdx30.RelationshipType.hasDeclaredLicense,
|
||||
[oe.sbom30.get_element_link_id(recipe_spdx_license)],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user