aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/engine-pkcs11
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-08-09 08:40:36 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-15 12:31:58 +0200
commit87cc92357b691599e04e32f5ae4b5f985e38cdb4 (patch)
tree7847b840fe4ed3d41adacd4d22a2fa1b67ceec17 /meta-oe/recipes-support/engine-pkcs11
parent35d56a19abf86d6b1bb30d0ef0ed84a058e580ae (diff)
downloadmeta-openembedded-contrib-87cc92357b691599e04e32f5ae4b5f985e38cdb4.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support/engine-pkcs11')
-rw-r--r--meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.0.bb b/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.0.bb
index f2a225874d..da096c9339 100644
--- a/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.0.bb
+++ b/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.0.bb
@@ -9,7 +9,7 @@ LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://src/engine_pkcs11.h;startline=1;endline=26;md5=973a19f8a6105de047f2adfbbfc04c33"
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"
S = "${WORKDIR}/git"