meta-virtualization/recipes-containers/containerd/containerd-opencontainers_git.bb
Bruce Ashfield cd6feb72b8 containerd/opencontainers: update to latest 1.4.x SRCREV
This includes the following commits:

   232cee448 Update to go 1.15.8
   f087d7849 runtime: fix shutdown runc v2 service
   edffc830b change flag from RDONLY to RDWR and close the fifo correct
   e7cd2030e pusher: add missing authentication support for requests
   ec752e8ba docker: avoid concurrent map access panic
   b73052d34 runtime/v2: should use defer ctx to cleanup
   8cff6b375 [release/1.4 backport] Return GRPC not found error instead of plain one
   a6f6eb00c Add bounds on max oom_score_adj value for AdjustOOMScore

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-02-05 22:31:50 -05:00

17 lines
501 B
BlitzBasic

SRCREV = "33d90b72d1e44987118ac111d4f7a108d412099b"
SRC_URI = "git://github.com/containerd/containerd;branch=release/1.4 \
file://0001-build-use-oe-provided-GO-and-flags.patch \
file://0001-Add-build-option-GODEBUG-1.patch \
"
include containerd.inc
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89"
CONTAINERD_VERSION = "v1.4.3"
EXTRA_OEMAKE += "GODEBUG=1"
PROVIDES += "virtual/containerd"
RPROVIDES_${PN} = "virtual/containerd"