summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/containerd/containerd-opencontainers_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb
index 2bcff1ea..8deb8024 100644
--- a/recipes-containers/containerd/containerd-opencontainers_git.bb
+++ b/recipes-containers/containerd/containerd-opencontainers_git.bb
@@ -1,4 +1,4 @@
1SRCREV = "fd103cb716352c7e19768e4fed057f71d68902a0" 1SRCREV = "3b3e9d5f62a114153829f9fbe2781d27b0a2ddac"
2SRC_URI = "git://github.com/containerd/containerd;branch=release/1.2 \ 2SRC_URI = "git://github.com/containerd/containerd;branch=release/1.2 \
3 file://0001-build-use-oe-provided-GO-and-flags.patch \ 3 file://0001-build-use-oe-provided-GO-and-flags.patch \
4 file://0001-Add-build-option-GODEBUG-1.patch \ 4 file://0001-Add-build-option-GODEBUG-1.patch \
@@ -8,7 +8,7 @@ include containerd.inc
8 8
9LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89" 9LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89"
10 10
11CONTAINERD_VERSION = "v1.2.7" 11CONTAINERD_VERSION = "v1.2.14"
12 12
13EXTRA_OEMAKE += "GODEBUG=1" 13EXTRA_OEMAKE += "GODEBUG=1"
14 14