aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-08-09 08:40:37 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-15 12:31:58 +0200
commitff387178b350753ad5dc3c6aa090345434bc26a1 (patch)
tree9641d1386baad3535cb67f7c5877390b9f3257a9 /meta-oe/recipes-extended
parent87cc92357b691599e04e32f5ae4b5f985e38cdb4 (diff)
downloadmeta-openembedded-ff387178b350753ad5dc3c6aa090345434bc26a1.tar.gz
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@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/openwsman/openwsman_2.6.2.bb2
1 files changed, 1 insertions, 1 deletions
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"