diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-12-21 09:10:08 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-12-21 09:10:08 -0500 |
commit | d842978b65fa0e54dde82349546a0b1b4b1f4714 (patch) | |
tree | 546e43a006f53e212554b2ff39cd48316dce00b6 | |
parent | ce2a78aaa08eba8086af387934780a8bd2d6e412 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-extended/cloud-init/cloud-init_20.3.bb | 2 |
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" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408" |
6 | 6 | ||
7 | SRCREV = "1431c8a1bddaabf85e1bbb32bf316a3aef20036e" | 7 | SRCREV = "1431c8a1bddaabf85e1bbb32bf316a3aef20036e" |
8 | SRC_URI = "git://github.com/canonical/cloud-init;branch=master;protocol=https \ | 8 | SRC_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 \ |