summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-08-08 16:04:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-11 18:04:25 +0100
commit18358ab6cb83a65e460a07ecefa03e8c4a382b5a (patch)
treeb96a695f41459a3f7d353b251929291188a7b84f
parent815fc0d4d8d83f43986b27a4687eea97451e6225 (diff)
downloadpoky-18358ab6cb83a65e460a07ecefa03e8c4a382b5a.tar.gz
tcf-agent: upgrade 1.8.0 -> 1.9.0
Changelog: https://gitlab.eclipse.org/eclipse/tcf/tcf.agent/-/compare/1.8...1.9 (From OE-Core rev: e2413eb29f0045be441305ccb9e4740a3c9dfe85) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent_1.9.0.bb (renamed from meta/recipes-devtools/tcf-agent/tcf-agent_1.8.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_1.8.0.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_1.9.0.bb
index f008c0c6de..132b3d7dee 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_1.8.0.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_1.9.0.bb
@@ -6,10 +6,10 @@ BUGTRACKER = "https://bugs.eclipse.org/bugs/"
6LICENSE = "EPL-1.0 | BSD-3-Clause" 6LICENSE = "EPL-1.0 | BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679" 7LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679"
8 8
9SRCREV = "1f11747e83ebf4f53e8d17f430136f92ec378709" 9SRCREV = "9076423f959d53aafa4000d6bb8bf2a1485971b9"
10 10
11UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" 11UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
12SRC_URI = "git://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git;protocol=https;branch=master \ 12SRC_URI = "git://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git;protocol=https;branch=master;tag=${PV} \
13 file://ldflags.patch \ 13 file://ldflags.patch \
14 file://tcf-agent.init \ 14 file://tcf-agent.init \
15 file://tcf-agent.service \ 15 file://tcf-agent.service \