summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorGuocai He <guocai.he.cn@windriver.com>2025-07-15 08:34:52 +0800
committerSteve Sakoman <steve@sakoman.com>2025-07-18 08:32:26 -0700
commitf4219fb3e291eaffbb475b91ad4a8c4772a9c7d3 (patch)
treec90b775a4e2b265aefef4cd1039dc6d26d76e94e /meta
parent0a3f902542af91479fc15b6d4eeae18fbe4b9e80 (diff)
downloadpoky-kirkstone.tar.gz
tcf-agent: correct the SRC_URIkirkstone
The SRC_URI is changed to git://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git (From OE-Core rev: d9f424921179a52ffe053411c44f20e44e7deba1) Signed-off-by: Guocai He <guocai.he.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index 0d627f4e23..8165d35758 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"
10PV = "1.7.0+git${SRCPV}" 10PV = "1.7.0+git${SRCPV}"
11 11
12UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" 12UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
13SRC_URI = "git://git.eclipse.org/r/tcf/org.eclipse.tcf.agent.git;protocol=https;branch=master \ 13SRC_URI = "git://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git;protocol=https;branch=master \
14 file://ldflags.patch \ 14 file://ldflags.patch \
15 file://tcf-agent.init \ 15 file://tcf-agent.init \
16 file://tcf-agent.service \ 16 file://tcf-agent.service \