blob: cc7b8d90612ba5209133336072a873030dc8e377 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include runc.inc
SRCREV = "26a98ea20ee1e946f07fc8a9ba9f11b84b39e4a0"
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.9"
CVE_PRODUCT = "runc"
LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd', '', d)}"
|