From ff387178b350753ad5dc3c6aa090345434bc26a1 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Tue, 9 Aug 2016 08:40:37 -0700 Subject: [PATCH] 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 af9633d406..6397bed8ac 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"