diff options
Diffstat (limited to 'meta/classes/create-spdx.bbclass')
-rw-r--r-- | meta/classes/create-spdx.bbclass | 4 |
1 files 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() { | |||
720 | doc.documentNamespace = get_doc_namespace(d, doc) | 720 | doc.documentNamespace = get_doc_namespace(d, doc) |
721 | doc.creationInfo.created = creation_time | 721 | doc.creationInfo.created = creation_time |
722 | doc.creationInfo.comment = "This document was created by analyzing the source of the Yocto recipe during the build." | 722 | doc.creationInfo.comment = "This document was created by analyzing the source of the Yocto recipe during the build." |
723 | doc.creationInfo.creators.append("Tool: meta-doubleopen") | 723 | doc.creationInfo.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass") |
724 | doc.creationInfo.creators.append("Organization: Double Open Project ()") | 724 | doc.creationInfo.creators.append("Organization: OpenEmbedded ()") |
725 | doc.creationInfo.creators.append("Person: N/A ()") | 725 | doc.creationInfo.creators.append("Person: N/A ()") |
726 | 726 | ||
727 | image = oe.spdx.SPDXPackage() | 727 | image = oe.spdx.SPDXPackage() |