]> code.ossystems Code Review - openembedded-core.git/commitdiff
tcf-agent: fetching over git:// no longer works
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 22 Aug 2021 12:50:09 +0000 (14:50 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Aug 2021 07:25:49 +0000 (08:25 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/tcf-agent/tcf-agent_git.bb

index 48e6e02f0527673b6bddfd90c54b0536187fe28e..c186db68144c2aadcb44c38774303a263835f98c 100644 (file)
@@ -10,7 +10,7 @@ SRCREV = "a022ef2f1acfd9209a1bf792dda14ae4b0d1b60f"
 PV = "1.7.0+git${SRCPV}"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
-SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent \
+SRC_URI = "git://git.eclipse.org/r/tcf/org.eclipse.tcf.agent.git;protocol=https \
            file://fix_ranlib.patch \
            file://ldflags.patch \
            file://tcf-agent.init \