diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-07-03 14:14:38 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-07-12 14:50:34 +0000 |
commit | 2ffb3332c4c557f62aa381c05b8b960d741c90f9 (patch) | |
tree | 2cbcf5987559b4a563ec3bb6bd972d11863d6f20 | |
parent | 7394c154a92f9b4e2f8b65af74d8b5533ad7746d (diff) | |
download | meta-virtualization-2ffb3332c4c557f62aa381c05b8b960d741c90f9.tar.gz |
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 <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/containerd/containerd-opencontainers_git.bb | 4 |
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 2c691b59..424de74e 100644 --- a/recipes-containers/containerd/containerd-opencontainers_git.bb +++ b/recipes-containers/containerd/containerd-opencontainers_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SRCREV = "e6b3f5632f50dbc4e9cb6288d911bf4f5e95b18e" | 1 | SRCREV = "fd103cb716352c7e19768e4fed057f71d68902a0" |
2 | SRC_URI = "git://github.com/containerd/containerd;branch=release/1.2 \ | 2 | SRC_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 | " | 4 | " |
@@ -7,7 +7,7 @@ include containerd.inc | |||
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89" | 8 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89" |
9 | 9 | ||
10 | CONTAINERD_VERSION = "v1.2.4" | 10 | CONTAINERD_VERSION = "v1.2.7" |
11 | 11 | ||
12 | PROVIDES += "virtual/containerd" | 12 | PROVIDES += "virtual/containerd" |
13 | RPROVIDES_${PN} = "virtual/containerd" | 13 | RPROVIDES_${PN} = "virtual/containerd" |