summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-01-27 14:08:03 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-01-27 14:09:25 -0500
commit2e5df1cd76265587e6db67f020a06566c4ed6dc4 (patch)
treee18473a24ddac8fd4b741b4662be27f96bd0049d
parentcae35f4fc93fc03a723e2fca3fb6dd9ee42e2027 (diff)
downloadmeta-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>
-rw-r--r--recipes-containers/runc/runc-opencontainers_git.bb2
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
3SRCREV = "49a73463331bd8ff44bb8349e33f4b2e1ae34b4f" 3SRCREV = "49a73463331bd8ff44bb8349e33f4b2e1ae34b4f"
4SRC_URI = " \ 4SRC_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 "
8RUNC_VERSION = "1.0.0-rc92" 8RUNC_VERSION = "1.0.0-rc92"