From 2ffb3332c4c557f62aa381c05b8b960d741c90f9 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 3 Jul 2019 14:14:38 +0000 Subject: [PATCH] containerd: update to 0.2.7 Updating to the latest containerd 0.2.x release. No build changes were required, and runtime behaviour is the same. Signed-off-by: Bruce Ashfield --- .../containerd/containerd-opencontainers_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb index 2c691b59..424de74e 100644 --- a/recipes-containers/containerd/containerd-opencontainers_git.bb +++ b/recipes-containers/containerd/containerd-opencontainers_git.bb @@ -1,4 +1,4 @@ -SRCREV = "e6b3f5632f50dbc4e9cb6288d911bf4f5e95b18e" +SRCREV = "fd103cb716352c7e19768e4fed057f71d68902a0" SRC_URI = "git://github.com/containerd/containerd;branch=release/1.2 \ file://0001-build-use-oe-provided-GO-and-flags.patch \ " @@ -7,7 +7,7 @@ include containerd.inc LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89" -CONTAINERD_VERSION = "v1.2.4" +CONTAINERD_VERSION = "v1.2.7" PROVIDES += "virtual/containerd" RPROVIDES_${PN} = "virtual/containerd"