blob: 209bfc90d071dc5b3b1dfea85d1d16cb68d1e313 (
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 = "b6109acd4d81e8a33dd07d94e6a7f9c706d8356c"
SRC_URI = "git://github.com/opencontainers/runc;branch=release-1.1;name=runc-docker;protocol=https \
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.1.7"
CVE_PRODUCT = "runc"
|