summaryrefslogtreecommitdiffstats
path: root/recipes-containers/containerd
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-10-12 12:42:15 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-10-14 20:34:04 -0400
commit68a9860fdcad93edf249c5badf1f86a44b8f9bfe (patch)
tree6f8ddad56dd290b967de7e4f92635fc51eed7f1b /recipes-containers/containerd
parentd3207bbd6fc489bb203047e901d629ae4a7960cf (diff)
downloadmeta-virtualization-68a9860fdcad93edf249c5badf1f86a44b8f9bfe.tar.gz
containerd: depreciate containerd-docker
The containerd-docker fork has been abandoned for a while now. We take the first step in removing it, but making it generate a warning if someone attempts to use it. Next release, we'll consolodate the .inc and remove the recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/containerd')
-rw-r--r--recipes-containers/containerd/containerd-docker_git.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-containers/containerd/containerd-docker_git.bb b/recipes-containers/containerd/containerd-docker_git.bb
index b18a9bb2..8d1a27aa 100644
--- a/recipes-containers/containerd/containerd-docker_git.bb
+++ b/recipes-containers/containerd/containerd-docker_git.bb
@@ -3,6 +3,9 @@ SRC_URI = "\
3 git://github.com/docker/containerd.git;branch=v0.2.x;destsuffix=git/src/github.com/containerd/containerd \ 3 git://github.com/docker/containerd.git;branch=v0.2.x;destsuffix=git/src/github.com/containerd/containerd \
4 " 4 "
5 5
6
7LIC_FILES_CHKSUM = "file://LICENSE.code;md5=aadc30f9c14d876ded7bedc0afd2d3d7"
8
6include containerd.inc 9include containerd.inc
7 10
8CONTAINERD_VERSION = "v0.2.x" 11CONTAINERD_VERSION = "v0.2.x"
@@ -12,3 +15,8 @@ PROVIDES += "virtual/containerd"
12RPROVIDES_${PN} = "virtual/containerd" 15RPROVIDES_${PN} = "virtual/containerd"
13 16
14DEPENDS += "btrfs-tools" 17DEPENDS += "btrfs-tools"
18
19do_compile_prepend() {
20 bberror "${PN} is depreciated and will be removed in the future"
21 bbfatal "use container-opencontainers for a working configuration"
22}