aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-08-09 08:40:35 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-10 13:42:12 +0200
commitc7b40492616b135437a1b1828d407e5a46a307f6 (patch)
treec78881301dfa6010cfc964f62c9dfef19843e310
parent247b1267bbe95719cd4877d2d3cfbaf2a2f4865a (diff)
downloadmeta-openembedded-contrib-c7b40492616b135437a1b1828d407e5a46a307f6.tar.gz
libp11: fix fetch error.
ERROR: libp11-0.3.0-r0 do_fetch: Function failed: Fetcher failure for URL: 'git://github.com/OpenSC/libp11.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>
-rw-r--r--meta-oe/recipes-support/libp11/libp11_0.3.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libp11/libp11_0.3.0.bb b/meta-oe/recipes-support/libp11/libp11_0.3.0.bb
index d97bfc6898..1fb301fa33 100644
--- a/meta-oe/recipes-support/libp11/libp11_0.3.0.bb
+++ b/meta-oe/recipes-support/libp11/libp11_0.3.0.bb
@@ -8,7 +8,7 @@ LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
DEPENDS = "libtool openssl"
-SRC_URI = "git://github.com/OpenSC/libp11.git;protocol=http"
+SRC_URI = "git://github.com/OpenSC/libp11.git"
SRCREV = "6f71240991aa831f6fc2cc5431faf6ebec627ed2"
S = "${WORKDIR}/git"