diff options
-rw-r--r-- | meta/classes/create-spdx.bbclass | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/classes/create-spdx.bbclass b/meta/classes/create-spdx.bbclass index 35fb4421d0..e49d4d7e3c 100644 --- a/meta/classes/create-spdx.bbclass +++ b/meta/classes/create-spdx.bbclass | |||
@@ -335,9 +335,9 @@ python do_create_spdx() { | |||
335 | doc.name = "recipe-" + d.getVar("PN") | 335 | doc.name = "recipe-" + d.getVar("PN") |
336 | doc.documentNamespace = get_doc_namespace(d, doc) | 336 | doc.documentNamespace = get_doc_namespace(d, doc) |
337 | doc.creationInfo.created = creation_time | 337 | doc.creationInfo.created = creation_time |
338 | doc.creationInfo.comment = "This document was created by analyzing the source of the Yocto recipe during the build." | 338 | doc.creationInfo.comment = "This document was created by analyzing recipe files during the build." |
339 | doc.creationInfo.creators.append("Tool: meta-doubleopen") | 339 | doc.creationInfo.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass") |
340 | doc.creationInfo.creators.append("Organization: Double Open Project ()") | 340 | doc.creationInfo.creators.append("Organization: OpenEmbedded ()") |
341 | doc.creationInfo.creators.append("Person: N/A ()") | 341 | doc.creationInfo.creators.append("Person: N/A ()") |
342 | 342 | ||
343 | recipe = oe.spdx.SPDXPackage() | 343 | recipe = oe.spdx.SPDXPackage() |
@@ -423,9 +423,9 @@ python do_create_spdx() { | |||
423 | package_doc.name = pkg_name | 423 | package_doc.name = pkg_name |
424 | package_doc.documentNamespace = get_doc_namespace(d, package_doc) | 424 | package_doc.documentNamespace = get_doc_namespace(d, package_doc) |
425 | package_doc.creationInfo.created = creation_time | 425 | package_doc.creationInfo.created = creation_time |
426 | package_doc.creationInfo.comment = "This document was created by analyzing the source of the Yocto recipe during the build." | 426 | package_doc.creationInfo.comment = "This document was created by analyzing packages created during the build." |
427 | package_doc.creationInfo.creators.append("Tool: meta-doubleopen") | 427 | package_doc.creationInfo.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass") |
428 | package_doc.creationInfo.creators.append("Organization: Double Open Project ()") | 428 | package_doc.creationInfo.creators.append("Organization: OpenEmbedded ()") |
429 | package_doc.creationInfo.creators.append("Person: N/A ()") | 429 | package_doc.creationInfo.creators.append("Person: N/A ()") |
430 | 430 | ||
431 | recipe_ref = oe.spdx.SPDXExternalDocumentRef() | 431 | recipe_ref = oe.spdx.SPDXExternalDocumentRef() |