]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
tcf-agent: correct the SRC_URI
authorGuocai He <guocai.he.cn@windriver.com>
Tue, 15 Jul 2025 00:34:52 +0000 (08:34 +0800)
committerSteve Sakoman <steve@sakoman.com>
Tue, 15 Jul 2025 13:42:30 +0000 (06:42 -0700)
The SRC_URI is changed to git://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git

Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/tcf-agent/tcf-agent_git.bb

index 0d627f4e2365a1e9c5f9b044901e96829825289d..8165d357581f7b5d7ae0a9ac5b2e87c09169ea1b 100644 (file)
@@ -10,7 +10,7 @@ SRCREV = "2735e3d6b7eccb05ab232825c618c837d27a5010"
 PV = "1.7.0+git${SRCPV}"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\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 \