mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
engine-pkcs11: fix fetch error
ERROR: engine-pkcs11-0.2.0-r0 do_fetch: Function failed: Fetcher failure for URL: 'git://github.com/OpenSC/engine_pkcs11.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
c7b4049261
commit
e96d38794d
@@ -9,7 +9,7 @@ LICENSE = "LGPLv2.1+"
|
|||||||
LIC_FILES_CHKSUM = "file://src/engine_pkcs11.h;startline=1;endline=26;md5=973a19f8a6105de047f2adfbbfc04c33"
|
LIC_FILES_CHKSUM = "file://src/engine_pkcs11.h;startline=1;endline=26;md5=973a19f8a6105de047f2adfbbfc04c33"
|
||||||
DEPENDS = "openssl libp11"
|
DEPENDS = "openssl libp11"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/OpenSC/engine_pkcs11.git;protocol=http"
|
SRC_URI = "git://github.com/OpenSC/engine_pkcs11.git"
|
||||||
SRCREV = "6909d6761c8820e1750fa0bf4fa8532c82f34e35"
|
SRCREV = "6909d6761c8820e1750fa0bf4fa8532c82f34e35"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Reference in New Issue
Block a user