summaryrefslogtreecommitdiffstats
path: root/recipes-containers/containerd/containerd-opencontainers_git.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2025-06-26 17:01:11 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-07-08 13:44:26 -0400
commita5449c0c50aa07d02186f548fe6bb6c1ce8823dc (patch)
treee710e539f86c2d73da62b1adc9a57e252c16554d /recipes-containers/containerd/containerd-opencontainers_git.bb
parent96f73de8e932f454addb0f7b346ab56d3be0027d (diff)
downloadmeta-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.bb12
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
8SRCREV = "b1624c3628954e769dd50783b63823040b2db38c" 8SRCREV = "fb4c30d4ede3531652d86197bf3fc9515e5276d9"
9SRC_URI = "git://github.com/containerd/containerd;branch=main;protocol=https;destsuffix=git/src/github.com/containerd/containerd/v2 \ 9SRC_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
16LICENSE = "Apache-2.0" 15LICENSE = "Apache-2.0"
17LIC_FILES_CHKSUM = "file://LICENSE;md5=1269f40c0d099c21a871163984590d89" 16LIC_FILES_CHKSUM = "file://LICENSE;md5=1269f40c0d099c21a871163984590d89"
18 17
19CONTAINERD_VERSION = "v2.0.0-beta.0" 18CONTAINERD_VERSION = "v2.0.5"
20CVE_VERSION = "v2.0.0-beta.0" 19CVE_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
27S = "${WORKDIR}/git/src/github.com/containerd/containerd/v2" 26S = "${WORKDIR}/git/src/github.com/containerd/containerd/v2"
28 27
29PV = "${CONTAINERD_VERSION}+git" 28PV = "${CONTAINERD_VERSION}"
30 29
31inherit go 30inherit go
32inherit goarch 31inherit 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