diff options
| author | Fabio Estevam <festevam@denx.de> | 2023-11-03 17:11:23 -0300 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-01-05 07:52:16 -0500 |
| commit | 7e616b796c052f831c4b45ee15c45b78a5cc46bc (patch) | |
| tree | 4f7c5edf747b43611eb06cf5cf71b98d53ca0edb | |
| parent | 1933daf944845bc808389a67c6805b3b79d4079d (diff) | |
| download | meta-openembedded-7e616b796c052f831c4b45ee15c45b78a5cc46bc.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: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/multipath-tools/multipath-tools_0.9.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.9.3.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.9.3.bb index ae4b3b9bf6..a7a9019e33 100644 --- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.9.3.bb +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.9.3.bb | |||
| @@ -29,7 +29,7 @@ DEPENDS = "libdevmapper \ | |||
| 29 | 29 | ||
| 30 | LICENSE = "GPL-2.0-only" | 30 | LICENSE = "GPL-2.0-only" |
| 31 | 31 | ||
| 32 | SRC_URI = "git://github.com/opensvc/multipath-tools.git;protocol=http;branch=master \ | 32 | SRC_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 \ |
