From 64d1d990d7be0c72af821b6b7e4a97d6ad494111 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 2 Nov 2021 09:24:33 -0400 Subject: global: convert github SRC_URIs to use https protocol github is removing git:// access, and fetches will start experiencing interruptions in service, and eventually will fail completely. bitbake will also begin to warn on github src_uri's that don't use https. So we convert the meta-virt instances to use protocol=https (done using the oe-core contrib conversion script) Signed-off-by: Bruce Ashfield --- recipes-containers/runc/runc-docker_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/runc/runc-docker_git.bb') diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb index c3dc6ff8..4a46fd2f 100644 --- a/recipes-containers/runc/runc-docker_git.bb +++ b/recipes-containers/runc/runc-docker_git.bb @@ -3,7 +3,7 @@ include runc.inc # Note: this rev is before the required protocol field, update when all components # have been updated to match. SRCREV_runc-docker = "04bcb7c71550a0212bfb876db7bac723ae13296a" -SRC_URI = "git://github.com/opencontainers/runc;branch=release-1.0;name=runc-docker \ +SRC_URI = "git://github.com/opencontainers/runc;branch=release-1.0;name=runc-docker;protocol=https \ file://0001-runc-Add-console-socket-dev-null.patch \ file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ file://0001-runc-docker-SIGUSR1-daemonize.patch \ -- cgit v1.2.3-54-g00ecf