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>
This commit is contained in:
Bruce Ashfield 2020-10-12 12:42:15 -04:00
parent d3207bbd6f
commit 68a9860fdc

View File

@ -3,6 +3,9 @@ SRC_URI = "\
git://github.com/docker/containerd.git;branch=v0.2.x;destsuffix=git/src/github.com/containerd/containerd \ 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 include containerd.inc
CONTAINERD_VERSION = "v0.2.x" CONTAINERD_VERSION = "v0.2.x"
@ -12,3 +15,8 @@ PROVIDES += "virtual/containerd"
RPROVIDES_${PN} = "virtual/containerd" RPROVIDES_${PN} = "virtual/containerd"
DEPENDS += "btrfs-tools" 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"
}