mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
containerd: depreciate containerd-docker
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
6966b74368
commit
01614d38fd
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user