All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] containerd: Remove leading "v" from PV
@ 2025-09-07 10:59 Peter Kjellerstedt
  2025-09-07 20:17 ` [meta-virtualization] " Bruce Ashfield
  2026-01-06 19:42 ` Bruce Ashfield
  0 siblings, 2 replies; 12+ messages in thread
From: Peter Kjellerstedt @ 2025-09-07 10:59 UTC (permalink / raw)
  To: meta-virtualization

The leading "v" in the version otherwise makes its way into, e.g., the
SBOM.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---

There are another 30 recipes in meta-virtualization that have a leading
"v" in their versions, but this is the only one of them that we use.
I can send patches for the others as well if you want.

 recipes-containers/containerd/containerd_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/containerd/containerd_git.bb b/recipes-containers/containerd/containerd_git.bb
index bae86146..c46d1673 100644
--- a/recipes-containers/containerd/containerd_git.bb
+++ b/recipes-containers/containerd/containerd_git.bb
@@ -16,7 +16,7 @@ SRC_URI = "git://github.com/containerd/containerd;branch=release/2.1;protocol=ht
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1269f40c0d099c21a871163984590d89"
 
-CONTAINERD_VERSION = "v2.1.4"
+CONTAINERD_VERSION = "2.1.4"
 
 # EXTRA_OEMAKE += "GODEBUG=1"
 


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

end of thread, other threads:[~2026-01-06 19:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-07 10:59 [PATCH] containerd: Remove leading "v" from PV Peter Kjellerstedt
2025-09-07 20:17 ` [meta-virtualization] " Bruce Ashfield
2025-09-07 20:19   ` Bruce Ashfield
2025-09-08  7:16     ` Mikko Rapeli
2025-09-08 12:52       ` Bruce Ashfield
2025-09-08 15:15         ` Peter Kjellerstedt
2025-09-08 15:25           ` Bruce Ashfield
2025-09-08 15:45             ` Peter Kjellerstedt
2025-09-09  3:39               ` Bruce Ashfield
     [not found]               ` <4F668632-EB16-43BA-87EF-E3AD94399AFE@gmail.com>
2025-09-09 14:06                 ` Bruce Ashfield
2025-09-08 15:25         ` Koen Kooi
2026-01-06 19:42 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.