From: "'Felix Moessbauer' via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Cc: Felix Moessbauer <felix.moessbauer@siemens.com>
Subject: [PATCH v2 1/1] avoid unspecific file names in download cache
Date: Mon, 15 Dec 2025 08:42:19 +0100 [thread overview]
Message-ID: <20251215074219.104455-1-felix.moessbauer@siemens.com> (raw)
With the recent introduction of the SBOM series, we also introduced
artifacts with unspecific names (only v<version>.tar.gz) in the download
cache. As this can easily lead to name collisions, we manually provide
the downloadfilename for the related artifacts.
Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
Changes since v1:
- use BPN instead of PN to avoid double-download on -native
(a linter could have caught this, but we don't have one yet)
Felix
.../recipes-support/python3-beartype/python3-beartype_0.19.0.bb | 2 +-
.../python3-spdx-tools/python3-spdx-tools_0.8.3.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-support/python3-beartype/python3-beartype_0.19.0.bb b/meta/recipes-support/python3-beartype/python3-beartype_0.19.0.bb
index b8bc2708..92a9ca12 100644
--- a/meta/recipes-support/python3-beartype/python3-beartype_0.19.0.bb
+++ b/meta/recipes-support/python3-beartype/python3-beartype_0.19.0.bb
@@ -18,7 +18,7 @@ DEBIAN_CHANGELOG_TIMESTAMP = "315532800"
DESCRIPTION = "Unbearably fast near-real-time hybrid runtime-static type-checking in pure Python."
SRC_URI = "\
- https://github.com/beartype/beartype/archive/refs/tags/v0.19.0.tar.gz \
+ https://github.com/beartype/beartype/archive/refs/tags/v0.19.0.tar.gz;downloadfilename=${BPN}-${PV}.tar.gz \
file://rules \
"
SRC_URI[sha256sum] = "e7ad00eebf527d60f30e0b391209b561dabd2074b608c50e26c94c2d8250a6cd"
diff --git a/meta/recipes-support/python3-spdx-tools/python3-spdx-tools_0.8.3.bb b/meta/recipes-support/python3-spdx-tools/python3-spdx-tools_0.8.3.bb
index 30d090a9..6285f332 100644
--- a/meta/recipes-support/python3-spdx-tools/python3-spdx-tools_0.8.3.bb
+++ b/meta/recipes-support/python3-spdx-tools/python3-spdx-tools_0.8.3.bb
@@ -35,7 +35,7 @@ DEB_BUILD_OPTIONS += "nocheck"
DESCRIPTION = "SPDX parser and tools."
SRC_URI = "\
- https://github.com/spdx/tools-python/archive/refs/tags/v0.8.3.tar.gz \
+ https://github.com/spdx/tools-python/archive/refs/tags/v0.8.3.tar.gz;downloadfilename=${BPN}-${PV}.tar.gz \
file://rules \
"
SRC_URI[sha256sum] = "17cb0140adbaefb58819c9d5d56060dc6a70c673a854fa9bd882ecfa4e062a7f"
--
2.51.0
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20251215074219.104455-1-felix.moessbauer%40siemens.com.
next reply other threads:[~2025-12-15 7:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-15 7:42 'Felix Moessbauer' via isar-users [this message]
2025-12-18 11:24 ` Anton Mikanovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251215074219.104455-1-felix.moessbauer@siemens.com \
--to=isar-users@googlegroups.com \
--cc=felix.moessbauer@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox