aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMinjae Kim <flowergom@gmail.com>2022-04-05 19:57:47 +0000
committerArmin Kuster <akuster808@gmail.com>2022-04-16 09:52:44 -0700
commit1da6a2ebeceadb22b239a02292487196575029ab (patch)
tree3807199c4158dade1fd1c9092ecfe6650d6c0e29 /meta-oe
parent097dd5c32f4b119af2ce1f7227f8af2885cf12e6 (diff)
downloadmeta-openembedded-1da6a2ebeceadb22b239a02292487196575029ab.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: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-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 fe29fa8550..a43d7a1d46 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 \
LICENSE = "GPLv2"
-SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http;branch=master \
+SRC_URI = "git://github.com/opensvc/multipath-tools.git;protocol=http;branch=master \
file://multipathd.oe \
file://multipath.conf.example \
file://0021-RH-fixup-udev-rules-for-redhat.patch \