summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-04-23 16:47:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-29 09:55:32 +0100
commit70910dad0d9fe21a3f3aeeddc55932924e7e1ed2 (patch)
tree7b78a7de5039c3f1d749644d430ae0e6909382b3 /meta/recipes-support
parentb8e48df4fcedd2e7471fcfb9994efee2adfa1e92 (diff)
downloadpoky-70910dad0d9fe21a3f3aeeddc55932924e7e1ed2.tar.gz
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 <ross.burton@arm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/bmaptool/bmaptool_3.9.0.bb (renamed from meta/recipes-support/bmaptool/bmaptool_git.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/bmaptool/bmaptool_git.bb b/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"
12SRC_URI = "git://github.com/yoctoproject/${BPN};branch=main;protocol=https" 12SRC_URI = "git://github.com/yoctoproject/${BPN};branch=main;protocol=https"
13SRCREV = "618a7316102f6f81faa60537503012a419eafa06" 13SRCREV = "618a7316102f6f81faa60537503012a419eafa06"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15BASEVER = "3.9.0" 15
16PV = "${BASEVER}+git" 16# TODO: remove when we upgrade to a release past 3.9.0
17PV .= "+git"
17 18
18UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 19UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
19 20