summaryrefslogtreecommitdiffstats
path: root/recipes-containers/containerd/containerd_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/containerd/containerd_git.bb')
-rw-r--r--recipes-containers/containerd/containerd_git.bb4
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
7SRCREV = "ca47f7e76a93e9b3768ed084d62318e85bd9f4b2" 7SRCREV = "0ac3cd1be170d180b2baed755e8f0da547ceb267"
8SRC_URI = "\ 8SRC_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
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18CONTAINERD_VERSION = "0.2.0" 18CONTAINERD_VERSION = "0.2.2"
19PV = "${CONTAINERD_VERSION}+git${SRCREV}" 19PV = "${CONTAINERD_VERSION}+git${SRCREV}"
20 20
21DEPENDS = "go-cross \ 21DEPENDS = "go-cross \