[oe-commits] [meta-openembedded] 16/46: openwsman: fix fetch error.

git at git.openembedded.org git at git.openembedded.org
Thu Aug 11 12:15:43 UTC 2016


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

commit 55a37a33f64345fbdedc0488c85ffd429ed8354c
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Tue Aug 9 08:40:37 2016 -0700

    openwsman: fix fetch error.
    
    ERROR: openwsman-2.6.2-r0 do_fetch: Function failed: Fetcher failure for URL: 'git://github.com/Openwsman/openwsman.git;protocol=http'. Unable to fetch URL from any source.
    
    removed "protocol=http"
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb b/meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb
index af9633d..6397bed 100644
--- a/meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb
+++ b/meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb
@@ -15,7 +15,7 @@ DEPENDS = "curl libxml2 openssl libpam"
 SRCREV = "ed7a119e036c53078d70fd85936d94dc9b9b98be"
 PV = "2.6.2"
 
-SRC_URI = "git://github.com/Openwsman/openwsman.git;protocol=http \
+SRC_URI = "git://github.com/Openwsman/openwsman.git \
            file://libssl-is-required-if-eventint-supported.patch \
            file://openwsmand.service"
 

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


More information about the Openembedded-commits mailing list