summaryrefslogtreecommitdiffstats
path: root/recipes-extended/fuse-overlayfs
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-extended/fuse-overlayfs
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-extended/fuse-overlayfs')
-rw-r--r--recipes-extended/fuse-overlayfs/fuse-overlayfs_0.6.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/fuse-overlayfs/fuse-overlayfs_0.6.4.bb b/recipes-extended/fuse-overlayfs/fuse-overlayfs_0.6.4.bb
index a8bbf0f5..30a74be2 100644
--- a/recipes-extended/fuse-overlayfs/fuse-overlayfs_0.6.4.bb
+++ b/recipes-extended/fuse-overlayfs/fuse-overlayfs_0.6.4.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv3+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7 7
8SRCREV = "098d9ad79fdbb8538adde08628408aa32a8b4b17" 8SRCREV = "098d9ad79fdbb8538adde08628408aa32a8b4b17"
9SRC_URI = "git://github.com/containers/fuse-overlayfs.git;nobranch=1" 9SRC_URI = "git://github.com/containers/fuse-overlayfs.git;nobranch=1;protocol=https"
10 10
11DEPENDS = "fuse3" 11DEPENDS = "fuse3"
12 12