From: Ross Burton Date: Mon, 9 Jun 2025 11:19:46 +0000 (+0100) Subject: tcf-agent: put version in recipe filename X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9eada4db556f06c5a76991db2220272cef66fa3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_1.8.0.bb similarity index 99% rename from meta/recipes-devtools/tcf-agent/tcf-agent_git.bb rename to meta/recipes-devtools/tcf-agent/tcf-agent_1.8.0.bb index 235936288ba..b02fcb9cad1 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" LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679" SRCREV = "1f11747e83ebf4f53e8d17f430136f92ec378709" -PV = "1.8.0+git" UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))" SRC_URI = "git://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git;protocol=https;branch=master \