From d842978b65fa0e54dde82349546a0b1b4b1f4714 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 21 Dec 2021 09:10:08 -0500 Subject: [PATCH] cloud-init: switch branch to main Cloud-init has removed the master branch, and has switched to using main. So we adjust our recipe accordingly to avoid fetcher errors. Signed-off-by: Bruce Ashfield --- recipes-extended/cloud-init/cloud-init_20.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/cloud-init/cloud-init_20.3.bb b/recipes-extended/cloud-init/cloud-init_20.3.bb index 67de582171..d5605b861c 100644 --- a/recipes-extended/cloud-init/cloud-init_20.3.bb +++ b/recipes-extended/cloud-init/cloud-init_20.3.bb @@ -5,7 +5,7 @@ LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408" SRCREV = "1431c8a1bddaabf85e1bbb32bf316a3aef20036e" -SRC_URI = "git://github.com/canonical/cloud-init;branch=master;protocol=https \ +SRC_URI = "git://github.com/canonical/cloud-init;branch=main;protocol=https \ file://cloud-init-source-local-lsb-functions.patch \ file://0001-setup.py-check-for-install-anywhere-in-args.patch \ file://0001-setup.py-respect-udevdir-variable.patch \