blob: e49513d956e813e74616c81744ac5e4f40ad45e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include runc.inc
# Note: this rev is before the required protocol field, update when all components
# have been updated to match.
SRCREV_runc-docker = "f9f57641752b2990d1aa3a5f9449e31c6ffc1965"
SRC_URI = "git://github.com/opencontainers/runc;branch=main;name=runc-docker;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
file://0001-runc-Add-console-socket-dev-null.patch \
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
file://0001-runc-docker-SIGUSR1-daemonize.patch \
"
RUNC_VERSION = "1.2.0-rc.3"
CVE_PRODUCT = "runc"
|