From a2bf1269fe03bc470b107772bf55b5eca4ccc1ad Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Tue, 9 Aug 2016 08:40:37 -0700 Subject: 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 Signed-off-by: Martin Jansa --- 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 52b271c11..b23b96c69 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" -- cgit v1.2.3-54-g00ecf