[oe-commits] [meta-openembedded] 21/80: engine-pkcs11: fix fetch error

git at git.openembedded.org git at git.openembedded.org
Mon Aug 15 10:57:42 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 87cc92357b691599e04e32f5ae4b5f985e38cdb4
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Tue Aug 9 08:40:36 2016 -0700

    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 at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 f2a2258..da096c9 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list