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-12 12:42:15 -0400 |
commit | 01614d38fd0ff020d258bacc00ae731242beb80f (patch) | |
tree | ee2680546f8d04155f6be321e362f85d438faee4 | |
parent | 6966b7436825903a0996a6ed6a0ebbbad80180c8 (diff) | |
download | meta-virtualization-01614d38fd0ff020d258bacc00ae731242beb80f.tar.gz |
containerd: depreciate containerd-docker
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 | } | ||