mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
multipath-tool: fix fetch error
WARNING: multipath-tools-0.5.0+git770e6d0da0-r0 do_fetch: Failed to fetch URL git://git.opensvc.com/multipath-tools/.git;protocol=http, attempting MIRRORS if available ERROR: multipath-tools-0.5.0+git770e6d0da0-r0 do_fetch: Fetcher failure: Fetch command failed with exit code 128, output: fatal: Unable to find remote helper for 'http' removed "protocol=http" Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
50b904349a
commit
895b25b387
|
|
@ -4,7 +4,7 @@ DEPENDS = "lvm2 libaio readline udev"
|
|||
|
||||
LICENSE = "LGPLv2"
|
||||
|
||||
SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http \
|
||||
SRC_URI = "git://git.opensvc.com/multipath-tools/.git \
|
||||
file://multipathd.oe \
|
||||
file://makefile_inc.patch \
|
||||
file://always-use-libdevmapper.patch \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user