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

refreshing the containerd support to 1.2.x. We have to tweak the package linking and update the go compile patch, but otherwise, the build is unchanged. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
14 lines
406 B
BlitzBasic
14 lines
406 B
BlitzBasic
SRCREV = "0190e5f3900227fc739afbc8f4a03df968dc337b"
|
|
SRC_URI = "git://github.com/containerd/containerd;nobranch=1 \
|
|
file://0001-build-use-oe-provided-GO-and-flags.patch \
|
|
"
|
|
|
|
include containerd.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89"
|
|
|
|
CONTAINERD_VERSION = "v1.2.0"
|
|
|
|
PROVIDES += "virtual/containerd"
|
|
RPROVIDES_${PN} = "virtual/containerd"
|