diff mbox series

tcf-agent: upgrade 1.8.0 -> 1.9.0

Message ID 20250808140438.1260509-1-skandigraun@gmail.com
State New
Headers show
Series tcf-agent: upgrade 1.8.0 -> 1.9.0 | expand

Commit Message

Gyorgy Sarvari Aug. 8, 2025, 2:04 p.m. UTC
Changelog:
https://gitlab.eclipse.org/eclipse/tcf/tcf.agent/-/compare/1.8...1.9

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../tcf-agent/{tcf-agent_1.8.0.bb => tcf-agent_1.9.0.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/tcf-agent/{tcf-agent_1.8.0.bb => tcf-agent_1.9.0.bb} (96%)
diff mbox series

Patch

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
similarity index 96%
rename from meta/recipes-devtools/tcf-agent/tcf-agent_1.8.0.bb
rename to 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/"
 LICENSE = "EPL-1.0 | BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679"
 
-SRCREV = "1f11747e83ebf4f53e8d17f430136f92ec378709"
+SRCREV = "9076423f959d53aafa4000d6bb8bf2a1485971b9"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
-SRC_URI = "git://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git;protocol=https;branch=master \
+SRC_URI = "git://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git;protocol=https;branch=master;tag=${PV} \
            file://ldflags.patch \
            file://tcf-agent.init \
            file://tcf-agent.service \