mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
e96d38794d
commit
a2bf1269fe
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user