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

It defaults to "-s -w" [1] which strips debug information, refresh a backported patch to build unstripped binaries https://golang.org/cmd/link/ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
17 lines
501 B
BlitzBasic
17 lines
501 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"
|