diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-12-09 08:50:20 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-02-10 12:36:10 -0500 |
commit | f281ad2d96503ab783af48dcbba702e844b5c29a (patch) | |
tree | 2476b9a9643c0378a7a8422c6286d3db5715e4bd | |
parent | 6adc065b5c7e2c15242a8f04fa636604a4612a1d (diff) | |
download | meta-virtualization-f281ad2d96503ab783af48dcbba702e844b5c29a.tar.gz |
runc-opencontainers: update to 1.4.0-tip
Bumping runc to version v1.1.4-10-gbd4d05c0, which comprises the following commits:
e6a8287c ci: shellcheck: update to 0.8.0, fix/suppress new warnings
3b958289 Fixes inability to use /dev/null when inside a container
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/runc/runc-opencontainers_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 59ddca9b..e67789da 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | include runc.inc | 1 | include runc.inc |
2 | 2 | ||
3 | SRCREV = "974efd2dfca0abec041a3708a2b66bfac6bd2484" | 3 | SRCREV = "bd4d05c0caf340f2d1fd1625f5c1129ce01c97b5" |
4 | SRC_URI = " \ | 4 | SRC_URI = " \ |
5 | git://github.com/opencontainers/runc;branch=release-1.1;protocol=https \ | 5 | git://github.com/opencontainers/runc;branch=release-1.1;protocol=https \ |
6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ | 6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ |