Fixes another creator that was missed earlier
Signed-off-by: Joshua Watt <[email protected]>
---
meta/classes/create-spdx.bbclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/create-spdx.bbclass b/meta/classes/create-spdx.bbclass
index 3f635045a6..aa3e977b02 100644
--- a/meta/classes/create-spdx.bbclass
+++ b/meta/classes/create-spdx.bbclass
@@ -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()
--
2.32.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#155569):
https://lists.openembedded.org/g/openembedded-core/message/155569
Mute This Topic: https://lists.openembedded.org/mt/85302499/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-