summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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