mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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 <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
ff387178b3
commit
8ddc1b0bc5
|
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user