From 70910dad0d9fe21a3f3aeeddc55932924e7e1ed2 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 23 Apr 2025 16:47:27 +0100 Subject: [PATCH] bmaptool: put the PV in the filename We're shipping a release but the filename suggests it is a git snapshot. To avoid version-going-backwards errors we need to continue to put +git in the PV, so add a comment to remind the upgrader to remove it. (From OE-Core rev: 467a75c70506720e5603143afc2d005cf14cffeb) Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../bmaptool/{bmaptool_git.bb => bmaptool_3.9.0.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-support/bmaptool/{bmaptool_git.bb => bmaptool_3.9.0.bb} (94%) diff --git a/meta/recipes-support/bmaptool/bmaptool_git.bb b/meta/recipes-support/bmaptool/bmaptool_3.9.0.bb similarity index 94% rename from meta/recipes-support/bmaptool/bmaptool_git.bb rename to meta/recipes-support/bmaptool/bmaptool_3.9.0.bb index 155dd0ac80..28750786af 100644 --- a/meta/recipes-support/bmaptool/bmaptool_git.bb +++ b/meta/recipes-support/bmaptool/bmaptool_3.9.0.bb @@ -12,8 +12,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://github.com/yoctoproject/${BPN};branch=main;protocol=https" SRCREV = "618a7316102f6f81faa60537503012a419eafa06" S = "${WORKDIR}/git" -BASEVER = "3.9.0" -PV = "${BASEVER}+git" + +# TODO: remove when we upgrade to a release past 3.9.0 +PV .= "+git" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)"