diff options
| -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" | |||
| 12 | SRC_URI = "git://github.com/yoctoproject/${BPN};branch=main;protocol=https" | 12 | SRC_URI = "git://github.com/yoctoproject/${BPN};branch=main;protocol=https" |
| 13 | SRCREV = "618a7316102f6f81faa60537503012a419eafa06" | 13 | SRCREV = "618a7316102f6f81faa60537503012a419eafa06" |
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | BASEVER = "3.9.0" | 15 | |
| 16 | PV = "${BASEVER}+git" | 16 | # TODO: remove when we upgrade to a release past 3.9.0 |
| 17 | PV .= "+git" | ||
| 17 | 18 | ||
| 18 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
| 19 | 20 | ||
