summaryrefslogtreecommitdiffstats
path: root/recipes-core/runx
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-core/runx
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-core/runx')
-rw-r--r--recipes-core/runx/runx_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/runx/runx_git.bb b/recipes-core/runx/runx_git.bb
index 3b4cd335..f739c19b 100644
--- a/recipes-core/runx/runx_git.bb
+++ b/recipes-core/runx/runx_git.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Xen Runtime for OCI"
4 4
5SRCREV_runx = "da0c75c58ae5232d19b1791c33545db3225e1ea9" 5SRCREV_runx = "da0c75c58ae5232d19b1791c33545db3225e1ea9"
6SRC_URI = "\ 6SRC_URI = "\
7 git://github.com/lf-edge/runx;nobranch=1;name=runx \ 7 git://github.com/lf-edge/runx;nobranch=1;name=runx;protocol=https \
8 https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.15.tar.xz;destsuffix=git/kernel/build \ 8 https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.15.tar.xz;destsuffix=git/kernel/build \
9 file://0001-make-kernel-cross-compilation-tweaks.patch \ 9 file://0001-make-kernel-cross-compilation-tweaks.patch \
10 file://0001-make-initrd-cross-install-tweaks.patch \ 10 file://0001-make-initrd-cross-install-tweaks.patch \