summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinjae Kim <flowergom@gmail.com>2022-04-05 19:46:42 +0000
committerKhem Raj <raj.khem@gmail.com>2022-04-06 20:25:34 -0400
commite1de27d8011f967ff20f46a08d9a70728ddf69bb (patch)
treea94d005a586418cc3fc14e5456405718d905db0a
parent85460656d93487544758e12bf42b945d82dad509 (diff)
downloadmeta-openembedded-e1de27d8011f967ff20f46a08d9a70728ddf69bb.tar.gz
multipath-tools: update SRC_URI
The git repo for multipath-tools was changed, so update the SRC_URI accordingly with the new link. Signed-off-by:Minjae Kim <flowergom@gmail.com> Signed-off-by: Khem Raj <raj.khem@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 c0c4412c7d..5a8db08771 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://git.opensvc.com/multipath-tools/.git;protocol=http;branch=master \ 32SRC_URI = "git://github.com/opensvc/multipath-tools.git;protocol=http;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 \