I didn't forget about this. The version variables are ridciously all over the place.
I'm not doing it for this release, but for the LTS, I'll unify them one way or the other, and I'm leaning towards dropping the "v", since it isn't hugely important to me and there's such a lack of consistency. Bruce" In message: [meta-virtualization] [PATCH] containerd: Remove leading "v" from PV on 07/09/2025 Peter Kjellerstedt via lists.yoctoproject.org wrote: > The leading "v" in the version otherwise makes its way into, e.g., the > SBOM. > > Signed-off-by: Peter Kjellerstedt <[email protected]> > --- > > 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" > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9528): https://lists.yoctoproject.org/g/meta-virtualization/message/9528 Mute This Topic: https://lists.yoctoproject.org/mt/115111597/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
