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

Allows the yocto cve-checker to flag CVEs, which would otherwise go unreported due to the package name not matching NIST NVD data. Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
19 lines
529 B
BlitzBasic
19 lines
529 B
BlitzBasic
SRCREV = "fd103cb716352c7e19768e4fed057f71d68902a0"
|
|
SRC_URI = "git://github.com/containerd/containerd;branch=release/1.2 \
|
|
file://0001-build-use-oe-provided-GO-and-flags.patch \
|
|
file://0001-Add-build-option-GODEBUG-1.patch \
|
|
"
|
|
|
|
include containerd.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89"
|
|
|
|
CONTAINERD_VERSION = "v1.2.7"
|
|
|
|
EXTRA_OEMAKE += "GODEBUG=1"
|
|
|
|
PROVIDES += "virtual/containerd"
|
|
RPROVIDES_${PN} = "virtual/containerd"
|
|
|
|
CVE_PRODUCT = "containerd"
|