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:11:02 -0500
commitc5f61e547b90aa8058cf816f00902afed9c96f72 (patch)
treefe6f1ff284155b483a57afe5549fd76f3e3dd587
parentc4f156fa93b37b2428e09ae22dbd7f5875606f4d (diff)
downloadmeta-virtualization-c5f61e547b90aa8058cf816f00902afed9c96f72.tar.gz
runc: change branch to main
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 9dc17c09..ac6532c0 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 = "652297c7c7e6c94e8d064ad5916c32891a6fd388" 3SRCREV = "652297c7c7e6c94e8d064ad5916c32891a6fd388"
4SRC_URI = " \ 4SRC_URI = " \
5 git://github.com/opencontainers/runc;branch=master;protocol=https \ 5 git://github.com/opencontainers/runc;branch=main;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 \
7 file://0001-Only-allow-proc-mount-if-it-is-procfs.patch \ 7 file://0001-Only-allow-proc-mount-if-it-is-procfs.patch \
8 " 8 "