diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-02 09:24:33 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-02 09:57:03 -0400 |
| commit | 0a7ae8bc50208a7409198a8e92c4ce4afb2b5ed3 (patch) | |
| tree | 6be7cbdc43382e52b80e2508d16d663cb39981ad /recipes-extended/cloud-init | |
| parent | ac399ad09105dce73bccde9574216377613a98de (diff) | |
| download | meta-virtualization-0a7ae8bc50208a7409198a8e92c4ce4afb2b5ed3.tar.gz | |
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/cloud-init')
| -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 047bb35d..67de5821 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 \ | 8 | SRC_URI = "git://github.com/canonical/cloud-init;branch=master;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 \ |
