Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | include runc.inc |
2 | |||||
3 | # Note: this rev is before the required protocol field, update when all components | ||||
4 | # have been updated to match. | ||||
5 | SRCREV = "2f7393a47307a16f8cee44a37b262e8b81021e3e" | ||||
6 | SRC_URI = "git://github.com/docker/runc.git;nobranch=1 \ | ||||
7 | " | ||||
8 | |||||
9 | RUNC_VERSION = "1.0.0-rc2" | ||||
10 | PROVIDES += "virtual/runc" | ||||
11 | RPROVIDES_${PN} = "virtual/runc" |