mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
create-spdx: Remove ";name=..." for downloadLocation
(From OE-Core rev: e2258c34a7a587f67b233617613a12fe4549932a) Signed-off-by: Keiya Nobuta <nobuta.keiya@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit bbecab53d1b27f3bb8c5882cb0ec39b04ef300a3) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3d58ac1ddd
commit
2f52d04e17
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user