From c5f61e547b90aa8058cf816f00902afed9c96f72 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 27 Jan 2022 14:08:03 -0500 Subject: 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 --- recipes-containers/runc/runc-opencontainers_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 9dc17c0..ac6532c 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb @@ -2,7 +2,7 @@ include runc.inc SRCREV = "652297c7c7e6c94e8d064ad5916c32891a6fd388" SRC_URI = " \ - git://github.com/opencontainers/runc;branch=master;protocol=https \ + git://github.com/opencontainers/runc;branch=main;protocol=https \ file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ file://0001-Only-allow-proc-mount-if-it-is-procfs.patch \ " -- cgit