public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 1/3] create-spdx: Remove ";name=..." for downloadLocation
@ 2022-10-19 10:57 Keiya Nobuta
  2022-10-19 10:57 ` [PATCH 2/3] create-spdx: Fix "licenseDeclared" shows weird value Keiya Nobuta
  2022-10-19 10:57 ` [PATCH 3/3] gnutls: Unified pakcage names to lower-case Keiya Nobuta
  0 siblings, 2 replies; 8+ messages in thread
From: Keiya Nobuta @ 2022-10-19 10:57 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Keiya Nobuta <nobuta.keiya@fujitsu.com>
---
 meta/classes/create-spdx.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/create-spdx.bbclass b/meta/classes/create-spdx.bbclass
index 47dd12c383..c190ad3889 100644
--- a/meta/classes/create-spdx.bbclass
+++ b/meta/classes/create-spdx.bbclass
@@ -459,6 +459,7 @@ python do_create_spdx() {
 
     for s in d.getVar('SRC_URI').split():
         if not s.startswith("file://"):
+            s = s.split(';')[0]
             recipe.downloadLocation = s
             break
     else:
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-10-20 17:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-19 10:57 [PATCH 1/3] create-spdx: Remove ";name=..." for downloadLocation Keiya Nobuta
2022-10-19 10:57 ` [PATCH 2/3] create-spdx: Fix "licenseDeclared" shows weird value Keiya Nobuta
2022-10-19 21:17   ` [OE-core] " Joshua Watt
2022-10-20  2:23     ` Keiya Nobuta
2022-10-20 17:36     ` [OE-core] " Alberto Pianon
2022-10-19 10:57 ` [PATCH 3/3] gnutls: Unified pakcage names to lower-case Keiya Nobuta
2022-10-19 14:57   ` [OE-core] " Khem Raj
2022-10-19 15:30   ` Ross Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox