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

SRCREV = "a9833ff391a71b30069a6c3f816db113379a4346"
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.12"

CVE_PRODUCT = "runc"

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