mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
classes/create-spdx: Fix another creator
Fixes another creator that was missed earlier (From OE-Core rev: 046c05fec9fc5162d7a14971ed1402d86605d229) 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
bdda626481
commit
25e41200c7
@@ -720,8 +720,8 @@ python image_combine_spdx() {
|
||||
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.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass")
|
||||
doc.creationInfo.creators.append("Organization: OpenEmbedded ()")
|
||||
doc.creationInfo.creators.append("Person: N/A ()")
|
||||
|
||||
image = oe.spdx.SPDXPackage()
|
||||
|
||||
Reference in New Issue
Block a user