]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Thu, 26 Aug 2021 09:05:17 +0000 (17:05 +0800)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 44a6cd03721b51cbb4e05870375fa347527b0db5)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-devtools/tcf-agent/tcf-agent_git.bb

index 854269a0fa73c56dbe1f18eee19e4c01390ac8de..a143b0965620a5be3837756ad2220b9194065843 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 \