blob: e411859e4e8bdfe5306167f07a51b63980426069 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include runc.inc
SRCREV = "ca73c9fd4b684a7ddec8b3bd892b5f76d6f21710"
SRC_URI = " \
git://github.com/opencontainers/runc;branch=release-1.1;protocol=https \
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
"
RUNC_VERSION = "1.1.7"
CVE_PRODUCT = "runc"
LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd', '', d)}"
|