mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
classes/create-spdx: Change creator
Update the creator name since this no longer lives in meta-doubleopen (From OE-Core rev: 6fdea64ef53eb4de3d0e58e70ae6b391fdff6cd0) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f1a34a63e4
commit
f3796b4524
@@ -335,9 +335,9 @@ python do_create_spdx() {
|
||||
doc.name = "recipe-" + d.getVar("PN")
|
||||
doc.documentNamespace = get_doc_namespace(d, doc)
|
||||
doc.creationInfo.created = creation_time
|
||||
doc.creationInfo.comment = "This document was created by analyzing the source of the Yocto recipe during the build."
|
||||
doc.creationInfo.creators.append("Tool: meta-doubleopen")
|
||||
doc.creationInfo.creators.append("Organization: Double Open Project ()")
|
||||
doc.creationInfo.comment = "This document was created by analyzing recipe files during the build."
|
||||
doc.creationInfo.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass")
|
||||
doc.creationInfo.creators.append("Organization: OpenEmbedded ()")
|
||||
doc.creationInfo.creators.append("Person: N/A ()")
|
||||
|
||||
recipe = oe.spdx.SPDXPackage()
|
||||
@@ -423,9 +423,9 @@ python do_create_spdx() {
|
||||
package_doc.name = pkg_name
|
||||
package_doc.documentNamespace = get_doc_namespace(d, package_doc)
|
||||
package_doc.creationInfo.created = creation_time
|
||||
package_doc.creationInfo.comment = "This document was created by analyzing the source of the Yocto recipe during the build."
|
||||
package_doc.creationInfo.creators.append("Tool: meta-doubleopen")
|
||||
package_doc.creationInfo.creators.append("Organization: Double Open Project ()")
|
||||
package_doc.creationInfo.comment = "This document was created by analyzing packages created during the build."
|
||||
package_doc.creationInfo.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass")
|
||||
package_doc.creationInfo.creators.append("Organization: OpenEmbedded ()")
|
||||
package_doc.creationInfo.creators.append("Person: N/A ()")
|
||||
|
||||
recipe_ref = oe.spdx.SPDXExternalDocumentRef()
|
||||
|
||||
Reference in New Issue
Block a user