diff options
author | Paul Barker <pbarker@toganlabs.com> | 2017-10-04 10:40:25 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-10-04 16:54:33 -0400 |
commit | 83592435dcf23f99327f1f3a276302e5c91839f9 (patch) | |
tree | 919d8e1e85416e57d3db47004fb97a8c2decb5fa | |
parent | c715bf7c309b2cd635eb2b702500bb58f9cdb157 (diff) | |
download | meta-virtualization-83592435dcf23f99327f1f3a276302e5c91839f9.tar.gz |
runc-opencontainers: Update to v1.0.0-rc4
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-containers/runc/runc-opencontainers_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 4a6e8cd1..940ae952 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb | |||
@@ -1,9 +1,8 @@ | |||
1 | include runc.inc | 1 | include runc.inc |
2 | 2 | ||
3 | SRCREV = "75f8da7c889acc4509a0cf6f0d3a8f9584778375" | 3 | SRCREV = "2e7cfe036e2c6dc51ccca6eb7fa3ee6b63976dcd" |
4 | SRC_URI = "git://github.com/opencontainers/runc;branch=master \ | 4 | SRC_URI = "git://github.com/opencontainers/runc;branch=master" |
5 | " | 5 | RUNC_VERSION = "1.0.0-rc4" |
6 | RUNC_VERSION = "1.0.0-rc3" | ||
7 | PROVIDES += "virtual/runc" | 6 | PROVIDES += "virtual/runc" |
8 | RPROVIDES_${PN} = "virtual/runc" | 7 | RPROVIDES_${PN} = "virtual/runc" |
9 | 8 | ||