From: Alexander Kanavin Date: Sun, 22 Aug 2021 12:50:09 +0000 (+0200) Subject: tcf-agent: fetching over git:// no longer works X-Git-Tag: yocto-3.1.11~28 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=419503134b76abeb57727259f846a2394dc73ea5;p=openembedded-core.git tcf-agent: fetching over git:// no longer works Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 44a6cd03721b51cbb4e05870375fa347527b0db5) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index 44a0d227ec..60faf481c5 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb @@ -10,7 +10,7 @@ SRCREV = "a022ef2f1acfd9209a1bf792dda14ae4b0d1b60f" PV = "1.7.0+git${SRCPV}" UPSTREAM_CHECK_GITTAGREGEX = "(?P(\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 \