diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-07-26 14:03:46 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-07-27 00:16:53 -0400 |
commit | 1fd5a596ed72bb187fdcc1ec614e7a3482741f10 (patch) | |
tree | 10ed5ad3e5a852067ebae6ea57d3b90f79020a6a /recipes-containers/containerd | |
parent | 7d41ad142db239fd7280c51b369f906e255619b1 (diff) | |
download | meta-virtualization-1fd5a596ed72bb187fdcc1ec614e7a3482741f10.tar.gz |
containers: uprev docker (1.12.0), runc (1.0.0-rc) and containerd (0.2.2)
Bumping the version of docker and dependencies. This gets us closer to
runc 1.0, which is the foundation for future OCI efforts.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/containerd')
-rw-r--r-- | recipes-containers/containerd/containerd_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/containerd/containerd_git.bb b/recipes-containers/containerd/containerd_git.bb index 1a2c4454..24a51bc4 100644 --- a/recipes-containers/containerd/containerd_git.bb +++ b/recipes-containers/containerd/containerd_git.bb | |||
@@ -4,7 +4,7 @@ DESCRIPTION = "containerd is a daemon to control runC, built for performance and | |||
4 | containerd leverages runC's advanced features such as seccomp and user namespace \ | 4 | containerd leverages runC's advanced features such as seccomp and user namespace \ |
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 | SRCREV = "ca47f7e76a93e9b3768ed084d62318e85bd9f4b2" | 7 | SRCREV = "0ac3cd1be170d180b2baed755e8f0da547ceb267" |
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
9 | git://github.com/docker/containerd.git;nobranch=1 \ | 9 | git://github.com/docker/containerd.git;nobranch=1 \ |
10 | " | 10 | " |
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.code;md5=aadc30f9c14d876ded7bedc0afd2d3d7" | |||
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | CONTAINERD_VERSION = "0.2.0" | 18 | CONTAINERD_VERSION = "0.2.2" |
19 | PV = "${CONTAINERD_VERSION}+git${SRCREV}" | 19 | PV = "${CONTAINERD_VERSION}+git${SRCREV}" |
20 | 20 | ||
21 | DEPENDS = "go-cross \ | 21 | DEPENDS = "go-cross \ |