summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/bmap-tools/bmap-tools_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/bmap-tools/bmap-tools_git.bb')
-rw-r--r--meta/recipes-support/bmap-tools/bmap-tools_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/bmap-tools/bmap-tools_git.bb b/meta/recipes-support/bmap-tools/bmap-tools_git.bb
index 1de95c8e52..effba2ecad 100644
--- a/meta/recipes-support/bmap-tools/bmap-tools_git.bb
+++ b/meta/recipes-support/bmap-tools/bmap-tools_git.bb
@@ -7,13 +7,13 @@ faster with bmaptool than with traditional tools like "dd" or "cp"."
7HOMEPAGE = "https://github.com/01org/bmap-tools" 7HOMEPAGE = "https://github.com/01org/bmap-tools"
8SECTION = "console/utils" 8SECTION = "console/utils"
9LICENSE = "GPL-2.0-only" 9LICENSE = "GPL-2.0-only"
10LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
11 11
12SRC_URI = "git://github.com/intel/${BPN};branch=main;protocol=https" 12SRC_URI = "git://github.com/intel/${BPN};branch=main;protocol=https"
13 13
14SRCREV = "c0673962a8ec1624b5189dc1d24f33fe4f06785a" 14SRCREV = "d84a6fd202fe246a0bc19ed2082e41bcdd75fb13"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16BASEVER = "3.6" 16BASEVER = "3.7"
17PV = "${BASEVER}+git" 17PV = "${BASEVER}+git"
18 18
19UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 19UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"