summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-opencontainers_git.bb
blob: 6eef2c8fd4fa54293280180f1c56cb4c9f88ec36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include runc.inc

SRCREV = "2c9f5602f0ba3d9da1c2596322dfc4e156844890"
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.14"

CVE_PRODUCT = "runc"

LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd', '', d)}"