diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2023-09-04 20:22:03 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-09-15 17:30:40 +0000 |
| commit | 96598a7d718e0f1000ed1ae69ac25d67ac5a088c (patch) | |
| tree | f3087b15bbec09586ad3eda2976e8b8fa3bd168b /recipes-containers/nerdctl/nerdctl_git.bb | |
| parent | 0e2058840e41cfba2239b379321bcf1cee54608a (diff) | |
| download | meta-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.bb | 6 |
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 |
| 13 | SRCREV_FORMAT="nerdcli_cgroups" | 13 | SRCREV_FORMAT="nerdcli_cgroups" |
| 14 | SRCREV_nerdcli = "1525035ce9aec89a796f6f15c7537db2448f88b9" | 14 | SRCREV_nerdcli = "b33a58f288bc42351404a016e694190b897cd252" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https" | 16 | SRC_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 | ||
| 25 | SRC_URI[sha256sum] = "d7b05a9bff34dfb25abe7e5b1e54cf2607f953d91cb33fb231a4775a1a4afa3d" | ||
| 26 | |||
| 27 | LICENSE = "Apache-2.0" | 25 | LICENSE = "Apache-2.0" |
| 28 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 26 | LIC_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 | ||
| 34 | PV = "v1.3.0" | 32 | PV = "v1.5.0" |
| 35 | 33 | ||
| 36 | NERDCTL_PKG = "github.com/containerd/nerdctl" | 34 | NERDCTL_PKG = "github.com/containerd/nerdctl" |
| 37 | 35 | ||
