mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

We've only had one type of runc for a while, this is another step in the direction of moving to just 'runc' versus the old runc-<foo> variants Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
18 lines
604 B
BlitzBasic
18 lines
604 B
BlitzBasic
include runc.inc
|
|
|
|
SRCREV = "25d476443207db333bcc6dd076db7cd3a9eea1d7"
|
|
SRC_URI = " \
|
|
git://github.com/opencontainers/runc;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
|
|
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
|
|
"
|
|
RUNC_VERSION = "1.2.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)}"
|