blob: 9db48ee6fbb0c4de42cce3b6235fd0802efb85e8 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001include runc.inc
2
3# Note: this rev is before the required protocol field, update when all components
4# have been updated to match.
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005SRCREV_runc-docker = "9d6821d1b53908e249487741eccd567249ca1d99"
6SRC_URI = "git://github.com/docker/runc.git;nobranch=1;name=runc-docker \
7 file://0001-Update-to-runtime-spec-198f23f827eea397d4331d7eb048d.patch \
8 file://0002-Remove-Platform-as-no-longer-in-OCI-spec.patch \
9 file://0003-Update-memory-specs-to-use-int64-not-uint64.patch \
10 file://0001-runc-Add-console-socket-dev-null.patch \
11 file://0001-Use-correct-go-cross-compiler.patch \
12 file://0001-Disable-building-recvtty.patch \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050013 "
14
Brad Bishopd7bf8c12018-02-25 22:55:05 -050015RUNC_VERSION = "1.0.0-rc3"