[meta-virtualization][wrynose][PATCH] nerdctl: fix PV value
Zhixiong Chi <[email protected]> Fri, 22 May 2026 18:25:22 -0700
| Newsgroups | org.yoctoproject.lists.meta-virtualization |
|---|---|
| Message-ID | <[email protected]> |
During the last upgradeing, the source has been upgraded to v2.2.1, but the PV is not. So make it be accurate. Signed-off-by: Zhixiong Chi <[email protected]> --- recipes-containers/nerdctl/nerdctl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb index f73667a4..143673f2 100644 --- a/recipes-containers/nerdctl/nerdctl_git.bb +++ b/recipes-containers/nerdctl/nerdctl_git.bb @@ -40,7 +40,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd GO_IMPORT = "import" -PV = "v2.2.0" +PV = "v2.2.1" NERDCTL_PKG = "github.com/containerd/nerdctl" -- 2.49.0