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

SRCREV = "e8bb71e147d6044f57dfb5d4da619cf27f830c48"
SRC_URI = " \
    git://github.com/opencontainers/runc;branch=release-1.1;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
    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)}"