]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bmaptool: put the PV in the filename
authorRoss Burton <ross.burton@arm.com>
Wed, 23 Apr 2025 15:47:27 +0000 (16:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Apr 2025 08:54:15 +0000 (09:54 +0100)
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.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/bmaptool/bmaptool_3.9.0.bb [moved from meta/recipes-support/bmaptool/bmaptool_git.bb with 94% similarity]

similarity index 94%
rename from meta/recipes-support/bmaptool/bmaptool_git.bb
rename to meta/recipes-support/bmaptool/bmaptool_3.9.0.bb
index 155dd0ac80a95762d124205dc1ae7083660b36b0..28750786afb182e3becf543b54fdbf0db4e8a1dc 100644 (file)
@@ -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<pver>\d+(\.\d+)+)"