[oe-commits] [meta-openembedded] 60/60: multipath-tool: fix fetch error

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 18:07:41 UTC 2016


martin_jansa pushed a commit to branch krogoth-next
in repository meta-openembedded.

commit 895b25b387cae428c38990f4d2747603ee9dc92d
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Mon Aug 8 08:36:21 2016 -0700

    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 at gmail.com>
---
 meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
index 37b5fef..4a94a16 100644
--- a/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
+++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
@@ -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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list