diff options
-rw-r--r-- | recipes-containers/containerd/containerd_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/containerd/containerd_git.bb b/recipes-containers/containerd/containerd_git.bb index 346ce2b5..c683fbeb 100644 --- a/recipes-containers/containerd/containerd_git.bb +++ b/recipes-containers/containerd/containerd_git.bb | |||
@@ -5,7 +5,7 @@ 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 = "ce560bb249388fee36d7ff9070161af809ef4b1c" | 8 | SRCREV = "06b99ca80cdbfbc6cc8bd567021738c9af2b36ce" |
9 | SRC_URI = "git://github.com/containerd/containerd;branch=release/2.0;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 \ |
@@ -16,8 +16,8 @@ SRC_URI = "git://github.com/containerd/containerd;branch=release/2.0;protocol=ht | |||
16 | LICENSE = "Apache-2.0" | 16 | LICENSE = "Apache-2.0" |
17 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1269f40c0d099c21a871163984590d89" | 17 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1269f40c0d099c21a871163984590d89" |
18 | 18 | ||
19 | CONTAINERD_VERSION = "v2.0.1" | 19 | CONTAINERD_VERSION = "v2.0.2" |
20 | CVE_VERSION = "v2.0.0" | 20 | CVE_VERSION = "v2.0.2" |
21 | 21 | ||
22 | # EXTRA_OEMAKE += "GODEBUG=1" | 22 | # EXTRA_OEMAKE += "GODEBUG=1" |
23 | 23 | ||