From 0878357ffc3647dc3daa46609ef6ca6be7853fe9 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Tue, 9 Aug 2016 08:40:38 -0700 Subject: concurrencykit: fix fetch errors. ERROR: concurrencykit-0.5.1+gitAUTOINC+f97d3da5c3-r0 do_fetch: Function failed: Fetcher failure for URL: 'git://github.com/concurrencykit/ck.git;protocol=https'. Unable to fetch URL from any source. removed "protocol=https" Signed-off-by: Armin Kuster Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb index 51243c2374..19767c311e 100644 --- a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb +++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb @@ -10,7 +10,7 @@ SECTION = "base" PV = "0.5.1+git${SRCPV}" SRCREV = "f97d3da5c375ac2fc5a9173cdd36cb828915a2e1" LIC_FILES_CHKSUM = "file://LICENSE;md5=a0b24c1a8f9ad516a297d055b0294231" -SRC_URI = "git://github.com/concurrencykit/ck.git;protocol=https \ +SRC_URI = "git://github.com/concurrencykit/ck.git \ file://cross.patch \ " -- cgit 1.2.3-korg