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>
This commit is contained in:
Bruce Ashfield 2022-01-27 14:08:03 -05:00
parent cae35f4fc9
commit 2e5df1cd76

View File

@ -2,7 +2,7 @@ include runc.inc
SRCREV = "49a73463331bd8ff44bb8349e33f4b2e1ae34b4f" SRCREV = "49a73463331bd8ff44bb8349e33f4b2e1ae34b4f"
SRC_URI = " \ 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 \ file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
" "
RUNC_VERSION = "1.0.0-rc92" RUNC_VERSION = "1.0.0-rc92"