diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-12 12:42:15 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-14 20:34:04 -0400 |
commit | 68a9860fdcad93edf249c5badf1f86a44b8f9bfe (patch) | |
tree | 6f8ddad56dd290b967de7e4f92635fc51eed7f1b | |
parent | d3207bbd6fc489bb203047e901d629ae4a7960cf (diff) | |
download | meta-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>
-rw-r--r-- | recipes-containers/containerd/containerd-docker_git.bb | 8 |
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 | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE.code;md5=aadc30f9c14d876ded7bedc0afd2d3d7" | ||
8 | |||
6 | include containerd.inc | 9 | include containerd.inc |
7 | 10 | ||
8 | CONTAINERD_VERSION = "v0.2.x" | 11 | CONTAINERD_VERSION = "v0.2.x" |
@@ -12,3 +15,8 @@ PROVIDES += "virtual/containerd" | |||
12 | RPROVIDES_${PN} = "virtual/containerd" | 15 | RPROVIDES_${PN} = "virtual/containerd" |
13 | 16 | ||
14 | DEPENDS += "btrfs-tools" | 17 | DEPENDS += "btrfs-tools" |
18 | |||
19 | do_compile_prepend() { | ||
20 | bberror "${PN} is depreciated and will be removed in the future" | ||
21 | bbfatal "use container-opencontainers for a working configuration" | ||
22 | } | ||