summaryrefslogtreecommitdiffstats
path: root/recipes-containers/containerd/containerd-opencontainers_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/containerd/containerd-opencontainers_git.bb')
-rw-r--r--recipes-containers/containerd/containerd-opencontainers_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb
index b0f92b12..35a27d46 100644
--- a/recipes-containers/containerd/containerd-opencontainers_git.bb
+++ b/recipes-containers/containerd/containerd-opencontainers_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
8SRCREV = "d12516713c315ea9e651eb1df89cf32ff7c8137c" 8SRCREV = "4e92d8e7e439530f5bb17e57a77481e9aa3da851"
9SRC_URI = "git://github.com/containerd/containerd;branch=release/1.6;protocol=https \ 9SRC_URI = "git://github.com/containerd/containerd;branch=release/1.6;protocol=https \
10 file://0001-Add-build-option-GODEBUG-1.patch \ 10 file://0001-Add-build-option-GODEBUG-1.patch \
11 file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \ 11 file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \
@@ -15,8 +15,8 @@ SRC_URI = "git://github.com/containerd/containerd;branch=release/1.6;protocol=ht
15LICENSE = "Apache-2.0" 15LICENSE = "Apache-2.0"
16LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89" 16LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89"
17 17
18CONTAINERD_VERSION = "v1.6.1" 18CONTAINERD_VERSION = "v1.6.6"
19CVE_VERSION = "1.6.1" 19CVE_VERSION = "1.6.6"
20 20
21EXTRA_OEMAKE += "GODEBUG=1" 21EXTRA_OEMAKE += "GODEBUG=1"
22 22
@@ -56,7 +56,7 @@ do_compile() {
56 metrics filters identifiers labels leases plugin server services \ 56 metrics filters identifiers labels leases plugin server services \
57 cmd cio containers namespaces oci events log reaper sys rootfs nvidia seed apparmor seccomp \ 57 cmd cio containers namespaces oci events log reaper sys rootfs nvidia seed apparmor seccomp \
58 cap cri userns atomic ioutil os registrar seutil runtimeoptions netns \ 58 cap cri userns atomic ioutil os registrar seutil runtimeoptions netns \
59 shutdown schedcore tracing; do 59 shutdown schedcore tracing kmutex; do
60 if [ -d ${S}/src/import/${c} ]; then 60 if [ -d ${S}/src/import/${c} ]; then
61 ln -sfn ${S}/src/import/${c} ${S}/src/import/vendor/github.com/containerd/containerd/${c} 61 ln -sfn ${S}/src/import/${c} ${S}/src/import/vendor/github.com/containerd/containerd/${c}
62 fi 62 fi