summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-11-03 17:11:23 -0300
committerGyorgy Sarvari <skandigraun@gmail.com>2025-10-01 19:40:58 +0200
commit91194cbb2b56123a35b27a3fc28cfebe9af6f47f (patch)
tree53d83d34406526d2daa3032df09832e904fb6ab8
parentbb4a2d0b481f2c6e30e65ffa0b30012973aaf84c (diff)
downloadmeta-openembedded-91194cbb2b56123a35b27a3fc28cfebe9af6f47f.tar.gz
multipath-tools: Use https for github
Per convert-srcuri.py script, github repos should be accessed via https. Change it accordingly. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4cef1e68ea59510d85b778e11179a2dac47c658b) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb
index 0d51263f66..ee26cb742d 100644
--- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb
+++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb
@@ -29,7 +29,7 @@ DEPENDS = "libdevmapper \
29 29
30LICENSE = "GPL-2.0-only" 30LICENSE = "GPL-2.0-only"
31 31
32SRC_URI = "git://github.com/opensvc/multipath-tools.git;protocol=http;branch=master \ 32SRC_URI = "git://github.com/opensvc/multipath-tools.git;protocol=https;branch=master \
33 file://multipathd.oe \ 33 file://multipathd.oe \
34 file://multipath.conf.example \ 34 file://multipath.conf.example \
35 file://0021-RH-fixup-udev-rules-for-redhat.patch \ 35 file://0021-RH-fixup-udev-rules-for-redhat.patch \