summaryrefslogtreecommitdiffstats
path: root/recipes-extended/cloud-init
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-12-21 09:10:08 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-12-21 09:10:08 -0500
commitd842978b65fa0e54dde82349546a0b1b4b1f4714 (patch)
tree546e43a006f53e212554b2ff39cd48316dce00b6 /recipes-extended/cloud-init
parentce2a78aaa08eba8086af387934780a8bd2d6e412 (diff)
downloadmeta-virtualization-d842978b65fa0e54dde82349546a0b1b4b1f4714.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>
Diffstat (limited to 'recipes-extended/cloud-init')
-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 67de5821..d5605b86 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;branch=master;protocol=https \ 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 \