diff options
author | Guocai He <guocai.he.cn@windriver.com> | 2025-06-30 16:21:29 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-07-04 07:50:16 -0700 |
commit | 9397f1db0bbbed4b18f347e5bca7f6c07f47cc70 (patch) | |
tree | 38df581ea7f9e65aea8617595a7d9719c979f690 | |
parent | 5230e088bdaebc996f3c96a87232214a87880f2e (diff) | |
download | poky-9397f1db0bbbed4b18f347e5bca7f6c07f47cc70.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: f359677709aba80735a38578475a34e1b83d321c)
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.bb | 4 |
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 e1ac0a29a7..cd5a00fcbc 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 @@ | |||
1 | SUMMARY = "Target Communication Framework for the Eclipse IDE" | 1 | SUMMARY = "Target Communication Framework for the Eclipse IDE" |
2 | HOMEPAGE = "http://wiki.eclipse.org/TCF" | 2 | HOMEPAGE = "https://gitlab.eclipse.org/eclipse/tcf/" |
3 | DESCRIPTION = "TCF is a vendor-neutral, lightweight, extensible network protocol mainly for communicating with embedded systems (targets)." | 3 | DESCRIPTION = "TCF is a vendor-neutral, lightweight, extensible network protocol mainly for communicating with embedded systems (targets)." |
4 | BUGTRACKER = "https://bugs.eclipse.org/bugs/" | 4 | BUGTRACKER = "https://bugs.eclipse.org/bugs/" |
5 | 5 | ||
@@ -10,7 +10,7 @@ SRCREV = "1f11747e83ebf4f53e8d17f430136f92ec378709" | |||
10 | PV = "1.8.0+git" | 10 | PV = "1.8.0+git" |
11 | 11 | ||
12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
13 | SRC_URI = "git://git.eclipse.org/r/tcf/org.eclipse.tcf.agent.git;protocol=https;branch=master \ | 13 | SRC_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 \ |