summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-12-21 09:10:08 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-01-03 10:29:16 -0500
commit57562d0a02da683e3480ce6a59639b179e283e0f (patch)
treeb748c3ea5a11dfa5660ae13c67274e16166d36d4
parentfa093228c02c4a42da1f9abb77c4c57d70d5a212 (diff)
downloadmeta-virtualization-57562d0a02da683e3480ce6a59639b179e283e0f.tar.gz
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 <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/cloud-init/cloud-init_20.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/cloud-init/cloud-init_20.3.bb b/recipes-extended/cloud-init/cloud-init_20.3.bb
index b9efb31f..1abcf8ab 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"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408"
6 6
7SRCREV = "1431c8a1bddaabf85e1bbb32bf316a3aef20036e" 7SRCREV = "1431c8a1bddaabf85e1bbb32bf316a3aef20036e"
8SRC_URI = "git://github.com/canonical/cloud-init \ 8SRC_URI = "git://github.com/canonical/cloud-init;branch=main;protocol=https \
9 file://cloud-init-source-local-lsb-functions.patch \ 9 file://cloud-init-source-local-lsb-functions.patch \
10 file://0001-setup.py-check-for-install-anywhere-in-args.patch \ 10 file://0001-setup.py-check-for-install-anywhere-in-args.patch \
11 file://0001-setup.py-respect-udevdir-variable.patch \ 11 file://0001-setup.py-respect-udevdir-variable.patch \