diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-02 09:59:45 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-02 09:59:45 -0400 |
commit | 14196f7dee9deb0ef9822bf3c8b41142ccced858 (patch) | |
tree | d297afcdd481651973fd18eba83938072d4763ba /meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb | |
parent | 231008bc0f0b6471eb595e38fb077d3fe9baa367 (diff) | |
download | meta-cloud-services-14196f7dee9deb0ef9822bf3c8b41142ccced858.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 'meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb')
-rw-r--r-- | meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb b/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb index 521dbe1..79afba8 100644 --- a/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb +++ b/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb | |||
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git" | |||
16 | 16 | ||
17 | SRCNAME = "mod_wsgi" | 17 | SRCNAME = "mod_wsgi" |
18 | SRC_URI = "\ | 18 | SRC_URI = "\ |
19 | git://github.com/GrahamDumpleton/mod_wsgi.git;branch=master \ | 19 | git://github.com/GrahamDumpleton/mod_wsgi.git;branch=master;protocol=https \ |
20 | file://configure.ac-allow-PYTHON-values-to-be-passed-via-en.patch \ | 20 | file://configure.ac-allow-PYTHON-values-to-be-passed-via-en.patch \ |
21 | " | 21 | " |
22 | 22 | ||