diff options
-rw-r--r-- | recipes-containers/containerd/containerd_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/containerd/containerd_git.bb b/recipes-containers/containerd/containerd_git.bb index ffe447c8..99cc8b2f 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 = "19430264c19b8bd9f940101ec71d52ab2d2e54d5" | 8 | SRCREV = "1e6fdb531bbd947d2cd247c8d32969619bc2ec37" |
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=main;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,7 +16,7 @@ SRC_URI = "git://github.com/containerd/containerd;branch=main;protocol=https;des | |||
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.0-rc.4" | 19 | CONTAINERD_VERSION = "v2.0.0-rc.6" |
20 | CVE_VERSION = "v2.0.0-beta.0" | 20 | CVE_VERSION = "v2.0.0-beta.0" |
21 | 21 | ||
22 | # EXTRA_OEMAKE += "GODEBUG=1" | 22 | # EXTRA_OEMAKE += "GODEBUG=1" |