From 68a9860fdcad93edf249c5badf1f86a44b8f9bfe Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 12 Oct 2020 12:42:15 -0400 Subject: 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 --- recipes-containers/containerd/containerd-docker_git.bb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'recipes-containers/containerd') 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 = "\ git://github.com/docker/containerd.git;branch=v0.2.x;destsuffix=git/src/github.com/containerd/containerd \ " + +LIC_FILES_CHKSUM = "file://LICENSE.code;md5=aadc30f9c14d876ded7bedc0afd2d3d7" + include containerd.inc CONTAINERD_VERSION = "v0.2.x" @@ -12,3 +15,8 @@ PROVIDES += "virtual/containerd" RPROVIDES_${PN} = "virtual/containerd" DEPENDS += "btrfs-tools" + +do_compile_prepend() { + bberror "${PN} is depreciated and will be removed in the future" + bbfatal "use container-opencontainers for a working configuration" +} -- cgit v1.2.3-54-g00ecf