summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-06-09 12:19:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-09 17:43:42 +0100
commit667be7b685eeb66d9cbbe338a2635b293cc78bc4 (patch)
treeb58de8b482a649cdc4f26e182a8d3b3a4985e8b0
parentbc9d4c7d6b6dda7c51b99365d186228297292e45 (diff)
downloadpoky-667be7b685eeb66d9cbbe338a2635b293cc78bc4.tar.gz
tcf-agent: put version in recipe filename
A recipe that fetches from git but is otherwise a released version should not be using _git.bb recipe names. Put the version in the filename and drop the explicit PV. (From OE-Core rev: b9eada4db556f06c5a76991db2220272cef66fa3) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent_1.8.0.bb (renamed from meta/recipes-devtools/tcf-agent/tcf-agent_git.bb)1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_1.8.0.bb
index 235936288b..b02fcb9cad 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_1.8.0.bb
@@ -7,7 +7,6 @@ LICENSE = "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 = "1f11747e83ebf4f53e8d17f430136f92ec378709"
10PV = "1.8.0+git"
11 10
12UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" 11UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
13SRC_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 \