diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2025-06-26 17:01:11 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-07-08 13:44:26 -0400 |
commit | a5449c0c50aa07d02186f548fe6bb6c1ce8823dc (patch) | |
tree | e710e539f86c2d73da62b1adc9a57e252c16554d /recipes-containers/containerd/containerd-opencontainers_git.bb | |
parent | 96f73de8e932f454addb0f7b346ab56d3be0027d (diff) | |
download | meta-virtualization-scarthgap.tar.gz |
containerd: upgrade from 2.0.0-beta to 2.0.5scarthgap
0001-Makefile-update-default-PACKAGE-to-v2.patch is dropped as
it has been merged in new version.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/containerd/containerd-opencontainers_git.bb')
-rw-r--r-- | recipes-containers/containerd/containerd-opencontainers_git.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb index ed73e398..d041b699 100644 --- a/recipes-containers/containerd/containerd-opencontainers_git.bb +++ b/recipes-containers/containerd/containerd-opencontainers_git.bb | |||
@@ -5,19 +5,18 @@ DESCRIPTION = "containerd is a daemon to control runC, built for performance and | |||
5 | support as well as checkpoint and restore for cloning and live migration of containers." | 5 | support as well as checkpoint and restore for cloning and live migration of containers." |
6 | 6 | ||
7 | 7 | ||
8 | SRCREV = "b1624c3628954e769dd50783b63823040b2db38c" | 8 | SRCREV = "fb4c30d4ede3531652d86197bf3fc9515e5276d9" |
9 | SRC_URI = "git://github.com/containerd/containerd;branch=main;protocol=https;destsuffix=git/src/github.com/containerd/containerd/v2 \ | 9 | SRC_URI = "git://github.com/containerd/containerd;branch=release/2.0;protocol=https;destsuffix=git/src/github.com/containerd/containerd/v2 \ |
10 | file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \ | 10 | file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \ |
11 | file://0001-build-don-t-use-gcflags-to-define-trimpath.patch \ | 11 | file://0001-build-don-t-use-gcflags-to-define-trimpath.patch \ |
12 | file://0001-Makefile-update-default-PACKAGE-to-v2.patch \ | ||
13 | " | 12 | " |
14 | 13 | ||
15 | # Apache-2.0 for containerd | 14 | # Apache-2.0 for containerd |
16 | LICENSE = "Apache-2.0" | 15 | LICENSE = "Apache-2.0" |
17 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1269f40c0d099c21a871163984590d89" | 16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1269f40c0d099c21a871163984590d89" |
18 | 17 | ||
19 | CONTAINERD_VERSION = "v2.0.0-beta.0" | 18 | CONTAINERD_VERSION = "v2.0.5" |
20 | CVE_VERSION = "v2.0.0-beta.0" | 19 | CVE_VERSION = "2.0.5" |
21 | 20 | ||
22 | # EXTRA_OEMAKE += "GODEBUG=1" | 21 | # EXTRA_OEMAKE += "GODEBUG=1" |
23 | 22 | ||
@@ -26,7 +25,7 @@ RPROVIDES:${PN} = "virtual-containerd" | |||
26 | 25 | ||
27 | S = "${WORKDIR}/git/src/github.com/containerd/containerd/v2" | 26 | S = "${WORKDIR}/git/src/github.com/containerd/containerd/v2" |
28 | 27 | ||
29 | PV = "${CONTAINERD_VERSION}+git" | 28 | PV = "${CONTAINERD_VERSION}" |
30 | 29 | ||
31 | inherit go | 30 | inherit go |
32 | inherit goarch | 31 | inherit goarch |
@@ -58,6 +57,7 @@ do_compile() { | |||
58 | # cannot open file : open : no such file or directory | 57 | # cannot open file : open : no such file or directory |
59 | export GO_BUILD_FLAGS="-trimpath -a -pkgdir dontusecurrentpkgs" | 58 | export GO_BUILD_FLAGS="-trimpath -a -pkgdir dontusecurrentpkgs" |
60 | export GO111MODULE=off | 59 | export GO111MODULE=off |
60 | export VERSION="${CONTAINERD_VERSION}" | ||
61 | 61 | ||
62 | cd ${S} | 62 | cd ${S} |
63 | 63 | ||