mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
committed by
Martin Jansa
parent
87cc92357b
commit
ff387178b3
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user