From: Guocai He Date: Tue, 15 Jul 2025 00:34:52 +0000 (+0800) Subject: tcf-agent: correct the SRC_URI X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9f424921179a52ffe053411c44f20e44e7deba1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git tcf-agent: correct the SRC_URI The SRC_URI is changed to git://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git Signed-off-by: Guocai He 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 0d627f4e236..8165d357581 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 = "2735e3d6b7eccb05ab232825c618c837d27a5010" PV = "1.7.0+git${SRCPV}" UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))" -SRC_URI = "git://git.eclipse.org/r/tcf/org.eclipse.tcf.agent.git;protocol=https;branch=master \ +SRC_URI = "git://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git;protocol=https;branch=master \ file://ldflags.patch \ file://tcf-agent.init \ file://tcf-agent.service \