blob: b18a9bb29d2234c9d96490e49ee991f52bb58a56 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SRCREV = "3addd840653146c90a254301d6c3a663c7fd6429"
2SRC_URI = "\
3 git://github.com/docker/containerd.git;branch=v0.2.x;destsuffix=git/src/github.com/containerd/containerd \
4 "
5
Brad Bishop6e60e8b2018-02-01 10:27:11 -05006include containerd.inc
7
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008CONTAINERD_VERSION = "v0.2.x"
9S = "${WORKDIR}/git/src/github.com/containerd/containerd"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010
11PROVIDES += "virtual/containerd"
12RPROVIDES_${PN} = "virtual/containerd"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050013
14DEPENDS += "btrfs-tools"