summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch_git.bb
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-03 10:02:21 -0400
commit37051fe0b480b3cabde1caede83e95d6815fe3ec (patch)
tree47989db2e165ca2ea0f14beda0e27fe42400c487 /recipes-networking/openvswitch/openvswitch_git.bb
parent80f70d13f3289e7eeeeaadc902975ed8bac04f30 (diff)
downloadmeta-virtualization-37051fe0b480b3cabde1caede83e95d6815fe3ec.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/openvswitch/openvswitch_git.bb')
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 07258be7..86144196 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -23,7 +23,7 @@ SRC_URI = "file://openvswitch-switch \
23 file://openvswitch-switch-setup \ 23 file://openvswitch-switch-setup \
24 file://openvswitch-testcontroller \ 24 file://openvswitch-testcontroller \
25 file://openvswitch-testcontroller-setup \ 25 file://openvswitch-testcontroller-setup \
26 git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.13 \ 26 git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-2.13 \
27 file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \ 27 file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \
28 file://run-ptest \ 28 file://run-ptest \
29 file://disable_m4_check.patch \ 29 file://disable_m4_check.patch \