mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

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>
23 lines
628 B
BlitzBasic
23 lines
628 B
BlitzBasic
SRCREV = "3addd840653146c90a254301d6c3a663c7fd6429"
|
|
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"
|
|
S = "${WORKDIR}/git/src/github.com/containerd/containerd"
|
|
|
|
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"
|
|
}
|