mirror of
https://git.yoctoproject.org/poky
synced 2026-06-10 16:10:04 +00:00
spdx30_tasks: Change package license to declared
Per discussion with SPDX licensing group, the package license statements classify as declared licenses, not concluded licenses. Note that this is the same as a change made to the recipe licenses, just for packages. (From OE-Core rev: 61ba0ef1400a2fa3729473e496e8459cbbba73ad) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a1a8e1ee3e
commit
02c8355a81
@@ -696,7 +696,7 @@ def create_spdx(d):
|
||||
|
||||
pkg_objset.new_relationship(
|
||||
[spdx_package],
|
||||
oe.spdx30.RelationshipType.hasConcludedLicense,
|
||||
oe.spdx30.RelationshipType.hasDeclaredLicense,
|
||||
[oe.sbom30.get_element_link_id(package_spdx_license)],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user