diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-01-27 14:08:03 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-01-27 14:09:25 -0500 |
commit | 2e5df1cd76265587e6db67f020a06566c4ed6dc4 (patch) | |
tree | e18473a24ddac8fd4b741b4662be27f96bd0049d /recipes-containers/runc | |
parent | cae35f4fc93fc03a723e2fca3fb6dd9ee42e2027 (diff) | |
download | meta-virtualization-gatesgarth.tar.gz |
runc: change branch to maingatesgarth
The upstream project has renamed master -> main, so we change our
SRC_URI to match.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/runc')
-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 b44050d0..23c8f05a 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb | |||
@@ -2,7 +2,7 @@ include runc.inc | |||
2 | 2 | ||
3 | SRCREV = "49a73463331bd8ff44bb8349e33f4b2e1ae34b4f" | 3 | SRCREV = "49a73463331bd8ff44bb8349e33f4b2e1ae34b4f" |
4 | SRC_URI = " \ | 4 | SRC_URI = " \ |
5 | git://github.com/opencontainers/runc;branch=master \ | 5 | git://github.com/opencontainers/runc;branch=main \ |
6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ | 6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ |
7 | " | 7 | " |
8 | RUNC_VERSION = "1.0.0-rc92" | 8 | RUNC_VERSION = "1.0.0-rc92" |