summaryrefslogtreecommitdiffstats
path: root/recipes-networking/cni
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-11-02 09:24:33 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-02 09:57:03 -0400
commit0a7ae8bc50208a7409198a8e92c4ce4afb2b5ed3 (patch)
tree6be7cbdc43382e52b80e2508d16d663cb39981ad /recipes-networking/cni
parentac399ad09105dce73bccde9574216377613a98de (diff)
downloadmeta-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-networking/cni')
-rw-r--r--recipes-networking/cni/cni_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb
index d211de82..3503816c 100644
--- a/recipes-networking/cni/cni_git.bb
+++ b/recipes-networking/cni/cni_git.bb
@@ -14,8 +14,8 @@ SRCREV_cni = "b5ab16f010e822936eb974690ecec38ba69afc01"
14SRCREV_plugins = "78702e9d8a2cdb6931fab433f1d1e6789162954f" 14SRCREV_plugins = "78702e9d8a2cdb6931fab433f1d1e6789162954f"
15SRCREV_FORMAT = "cni_plugins" 15SRCREV_FORMAT = "cni_plugins"
16SRC_URI = "\ 16SRC_URI = "\
17 git://github.com/containernetworking/cni.git;nobranch=1;name=cni \ 17 git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \
18 git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins \ 18 git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \
19 " 19 "
20 20
21RPROVIDES:${PN} += "kubernetes-cni" 21RPROVIDES:${PN} += "kubernetes-cni"