mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
ec660639ec
commit
890092578b
@@ -8,7 +8,7 @@ LICENSE = "LGPLv2+"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
|
||||||
DEPENDS = "libtool openssl"
|
DEPENDS = "libtool openssl"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/OpenSC/libp11.git;protocol=http"
|
SRC_URI = "git://github.com/OpenSC/libp11.git"
|
||||||
SRCREV = "6f71240991aa831f6fc2cc5431faf6ebec627ed2"
|
SRCREV = "6f71240991aa831f6fc2cc5431faf6ebec627ed2"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Reference in New Issue
Block a user