summaryrefslogtreecommitdiffstats
path: root/recipes-containers/nerdctl/nerdctl_git.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2023-09-04 20:22:03 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-09-15 17:30:40 +0000
commit96598a7d718e0f1000ed1ae69ac25d67ac5a088c (patch)
treef3087b15bbec09586ad3eda2976e8b8fa3bd168b /recipes-containers/nerdctl/nerdctl_git.bb
parent0e2058840e41cfba2239b379321bcf1cee54608a (diff)
downloadmeta-virtualization-96598a7d718e0f1000ed1ae69ac25d67ac5a088c.tar.gz
nerdctl: upgrade to v1.5.0
Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/nerdctl/nerdctl_git.bb')
-rw-r--r--recipes-containers/nerdctl/nerdctl_git.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb
index 62460a52..892629fe 100644
--- a/recipes-containers/nerdctl/nerdctl_git.bb
+++ b/recipes-containers/nerdctl/nerdctl_git.bb
@@ -11,7 +11,7 @@ DEPENDS = " \
11 11
12# Specify the first two important SRCREVs as the format 12# Specify the first two important SRCREVs as the format
13SRCREV_FORMAT="nerdcli_cgroups" 13SRCREV_FORMAT="nerdcli_cgroups"
14SRCREV_nerdcli = "1525035ce9aec89a796f6f15c7537db2448f88b9" 14SRCREV_nerdcli = "b33a58f288bc42351404a016e694190b897cd252"
15 15
16SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https" 16SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https"
17 17
@@ -22,8 +22,6 @@ SRC_URI += "file://0001-Makefile-allow-external-specification-of-build-setti.pat
22 file://modules.txt \ 22 file://modules.txt \
23 " 23 "
24 24
25SRC_URI[sha256sum] = "d7b05a9bff34dfb25abe7e5b1e54cf2607f953d91cb33fb231a4775a1a4afa3d"
26
27LICENSE = "Apache-2.0" 25LICENSE = "Apache-2.0"
28LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 26LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
29 27
@@ -31,7 +29,7 @@ GO_IMPORT = "import"
31 29
32# S = "${WORKDIR}/git" 30# S = "${WORKDIR}/git"
33 31
34PV = "v1.3.0" 32PV = "v1.5.0"
35 33
36NERDCTL_PKG = "github.com/containerd/nerdctl" 34NERDCTL_PKG = "github.com/containerd/nerdctl"
37 35