summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuocai He <guocai.he.cn@windriver.com>2025-06-30 16:21:29 +0800
committerSteve Sakoman <steve@sakoman.com>2025-07-07 07:42:58 -0700
commit21c19ed0f876409416f26bad7f5c140bf780c5a3 (patch)
tree1e050b858b87b137a53d2c0a3b0281b84f7c2fd3
parent79782ae23167936a3f7d1d5baf59928e1576e595 (diff)
downloadpoky-21c19ed0f876409416f26bad7f5c140bf780c5a3.tar.gz
tcf-agent: correct the SRC_URI
The SRC_URI is changed to git://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git (From OE-Core rev: 175cd54fd57266d7dea07121861a4f15be00a882) Signed-off-by: Guocai He <guocai.he.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index 59b9d7de78..f930500de6 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
@@ -1,5 +1,5 @@
1SUMMARY = "Target Communication Framework for the Eclipse IDE" 1SUMMARY = "Target Communication Framework for the Eclipse IDE"
2HOMEPAGE = "http://wiki.eclipse.org/TCF" 2HOMEPAGE = "https://gitlab.eclipse.org/eclipse/tcf/"
3DESCRIPTION = "TCF is a vendor-neutral, lightweight, extensible network protocol mainly for communicating with embedded systems (targets)." 3DESCRIPTION = "TCF is a vendor-neutral, lightweight, extensible network protocol mainly for communicating with embedded systems (targets)."
4BUGTRACKER = "https://bugs.eclipse.org/bugs/" 4BUGTRACKER = "https://bugs.eclipse.org/bugs/"
5 5
@@ -10,7 +10,7 @@ SRCREV = "1f11747e83ebf4f53e8d17f430136f92ec378709"
10PV = "1.8.0+git" 10PV = "1.8.0+git"
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 \