diff options
author | Guocai He <guocai.he.cn@windriver.com> | 2025-07-15 08:34:52 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-07-18 08:32:26 -0700 |
commit | f4219fb3e291eaffbb475b91ad4a8c4772a9c7d3 (patch) | |
tree | c90b775a4e2b265aefef4cd1039dc6d26d76e94e /meta | |
parent | 0a3f902542af91479fc15b6d4eeae18fbe4b9e80 (diff) | |
download | poky-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.bb | 2 |
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" | |||
10 | PV = "1.7.0+git${SRCPV}" | 10 | PV = "1.7.0+git${SRCPV}" |
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 \ |