summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-docker_git.bb
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2017-07-13 10:09:02 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-07-13 13:53:57 -0400
commitd2dbd7d8d25b96d5ec58c693c50eb6159b8e4c96 (patch)
tree6eb1fab267f10c6b76e871d9eb68e54281d29a95 /recipes-containers/runc/runc-docker_git.bb
parentf0f0453984192fd1b250785d2088a84733065c28 (diff)
downloadmeta-virtualization-d2dbd7d8d25b96d5ec58c693c50eb6159b8e4c96.tar.gz
runc-docker: Uprev to 1.0-rc3+
Uprev to pick up latest changes in docker-runc. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/runc/runc-docker_git.bb')
-rw-r--r--recipes-containers/runc/runc-docker_git.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb
index 96d48cae..194d6612 100644
--- a/recipes-containers/runc/runc-docker_git.bb
+++ b/recipes-containers/runc/runc-docker_git.bb
@@ -2,10 +2,13 @@ include runc.inc
2 2
3# Note: this rev is before the required protocol field, update when all components 3# Note: this rev is before the required protocol field, update when all components
4# have been updated to match. 4# have been updated to match.
5SRCREV = "2f7393a47307a16f8cee44a37b262e8b81021e3e" 5SRCREV_runc-docker = "9d6821d1b53908e249487741eccd567249ca1d99"
6SRC_URI = "git://github.com/docker/runc.git;nobranch=1 \ 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 \
7 " 10 "
8 11
9RUNC_VERSION = "1.0.0-rc2" 12RUNC_VERSION = "1.0.0-rc3"
10PROVIDES += "virtual/runc" 13PROVIDES += "virtual/runc"
11RPROVIDES_${PN} = "virtual/runc" 14RPROVIDES_${PN} = "virtual/runc"