From 2e5df1cd76265587e6db67f020a06566c4ed6dc4 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 27 Jan 2022 14:08:03 -0500 Subject: [PATCH] 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 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 SRCREV = "49a73463331bd8ff44bb8349e33f4b2e1ae34b4f" SRC_URI = " \ - git://github.com/opencontainers/runc;branch=master \ + git://github.com/opencontainers/runc;branch=main \ file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ " RUNC_VERSION = "1.0.0-rc92"