diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-09-01 08:44:47 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-03 09:53:28 +0100 |
commit | 25e41200c7e548d5c42ddd2328a43cc2c894d2ea (patch) | |
tree | 6f7dfea231e066cbed5b8712ab5b992e0852ebf9 /meta/classes/create-spdx.bbclass | |
parent | bdda62648149b03a8c4522a9597464c5b3f9ec59 (diff) | |
download | poky-25e41200c7e548d5c42ddd2328a43cc2c894d2ea.tar.gz |
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>
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() |