summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc_git.bb
blob: 739bd652b37349e38f89d6b3e40da893ee4bae99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include runc.inc

SRCREV = "81693c22ec27c3ee3aa890433e81cb0104ee8ff8"
SRC_URI = " \
    git://github.com/opencontainers/runc;branch=release-1.3;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
    file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
    "
RUNC_VERSION = "1.3.0"

# for compatibility with existing RDEPENDS that have existed since
# runc-docker and runc-opencontainers were separate
RPROVIDES:${PN} += "runc-docker"
RPROVIDES:${PN} += "runc-opencontainers"

CVE_PRODUCT = "runc"

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