diff options
author | Alexander Kanavin <alex@linutronix.de> | 2025-04-24 13:10:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-29 09:55:31 +0100 |
commit | 0767b55acc731b45ac80bb70752cab06f95df123 (patch) | |
tree | 0c0e80c4f81d1703b021e8884a2e986e68581401 | |
parent | 573c7b54e66704f04d09dbb4dab6a4f847609783 (diff) | |
download | poky-0767b55acc731b45ac80bb70752cab06f95df123.tar.gz |
tcf-agent: update SRC_URI to https://gitlab.eclipse.org
(From OE-Core rev: 5b8190ab58bd235b797b5acfa20e49e28b381990)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 e1ac0a29a7..235936288b 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 = "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 \ |