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>
This commit is contained in:
Armin Kuster 2016-08-09 08:40:37 -07:00 committed by Martin Jansa
parent e96d38794d
commit a2bf1269fe

View File

@ -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"