summaryrefslogtreecommitdiffstats
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-10 13:42:13 +0200
commita2bf1269fe03bc470b107772bf55b5eca4ccc1ad (patch)
treea59d58ffcc1c580fdfc1e56c85069cf8fb405428
parente96d38794d13bbde5bec5c01e00578ddbb8be081 (diff)
downloadmeta-openembedded-a2bf1269fe03bc470b107772bf55b5eca4ccc1ad.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>
-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 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"
15SRCREV = "ed7a119e036c53078d70fd85936d94dc9b9b98be" 15SRCREV = "ed7a119e036c53078d70fd85936d94dc9b9b98be"
16PV = "2.6.2" 16PV = "2.6.2"
17 17
18SRC_URI = "git://github.com/Openwsman/openwsman.git;protocol=http \ 18SRC_URI = "git://github.com/Openwsman/openwsman.git \
19 file://libssl-is-required-if-eventint-supported.patch \ 19 file://libssl-is-required-if-eventint-supported.patch \
20 file://openwsmand.service" 20 file://openwsmand.service"
21 21