diff options
-rw-r--r-- | recipes-containers/runc/runc-docker_git.bb | 4 | ||||
-rw-r--r-- | recipes-containers/runc/runc-opencontainers_git.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb index 8b70fa72..2bf62224 100644 --- a/recipes-containers/runc/runc-docker_git.bb +++ b/recipes-containers/runc/runc-docker_git.bb | |||
@@ -2,11 +2,11 @@ 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. |
5 | SRCREV_runc-docker = "6635b4f0c6af3810594d2770f662f34ddc15b40d" | 5 | SRCREV_runc-docker = "425e105d5a03fabd737a126ad93d62a9eeede87f" |
6 | SRC_URI = "git://github.com/opencontainers/runc;nobranch=1;name=runc-docker \ | 6 | SRC_URI = "git://github.com/opencontainers/runc;nobranch=1;name=runc-docker \ |
7 | file://0001-runc-Add-console-socket-dev-null.patch \ | 7 | file://0001-runc-Add-console-socket-dev-null.patch \ |
8 | file://0001-build-drop-recvtty-and-use-GOBUILDFLAGS.patch \ | 8 | file://0001-build-drop-recvtty-and-use-GOBUILDFLAGS.patch \ |
9 | file://0001-runc-docker-SIGUSR1-daemonize.patch \ | 9 | file://0001-runc-docker-SIGUSR1-daemonize.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | RUNC_VERSION = "1.0.0-rc6" | 12 | RUNC_VERSION = "1.0.0-rc8" |
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 5f65940f..76ab7941 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | include runc.inc | 1 | include runc.inc |
2 | 2 | ||
3 | SRCREV = "6635b4f0c6af3810594d2770f662f34ddc15b40d" | 3 | SRCREV = "652297c7c7e6c94e8d064ad5916c32891a6fd388" |
4 | SRC_URI = " \ | 4 | SRC_URI = " \ |
5 | git://github.com/opencontainers/runc;branch=master \ | 5 | git://github.com/opencontainers/runc;branch=master \ |
6 | " | 6 | " |
7 | RUNC_VERSION = "1.0.0-rc6" | 7 | RUNC_VERSION = "1.0.0-rc8" |