[oe-commits] [meta-openembedded] 52/80: libp11: fix fetch error.

git at git.openembedded.org git at git.openembedded.org
Mon Aug 15 10:58:13 UTC 2016


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

commit 7ee8ea553a2e49bc8173e594a85329ee08f8bb2d
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Tue Aug 9 08:40:35 2016 -0700

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

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 d97bfc6..1fb301f 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"

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


More information about the Openembedded-commits mailing list