summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/bmap-tools
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-02-28 16:36:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-11 15:25:57 +0000
commit9dd5a3b6715bf04a12ac4017c572e14450aec02b (patch)
tree9d266bd090674d794b5bd24fe8115d2d2cea5474 /meta/recipes-support/bmap-tools
parent87cf634ac3ad72b15b91d3da959a1b91970970d5 (diff)
downloadpoky-9dd5a3b6715bf04a12ac4017c572e14450aec02b.tar.gz
bmap-tools: upgrade 3.5 -> 3.6
(From OE-Core rev: 69f8f3e21324223c8e68a34db156e4472acfba6d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/bmap-tools')
-rw-r--r--meta/recipes-support/bmap-tools/bmap-tools_3.6.bb (renamed from meta/recipes-support/bmap-tools/bmap-tools_3.5.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb b/meta/recipes-support/bmap-tools/bmap-tools_3.6.bb
index fd57f8f7f0..611c0fb680 100644
--- a/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb
+++ b/meta/recipes-support/bmap-tools/bmap-tools_3.6.bb
@@ -11,13 +11,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
11 11
12SRC_URI = "git://github.com/intel/${BPN}" 12SRC_URI = "git://github.com/intel/${BPN}"
13 13
14SRCREV = "a17f0e3ff8669dd3b1c44a741ae4f8162155faed" 14SRCREV = "c0673962a8ec1624b5189dc1d24f33fe4f06785a"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16PV .= "+git${SRCPV}" 16PV .= "+git${SRCPV}"
17 17
18UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 18UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
19 19
20RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six" 20# Need df from coreutils
21RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six coreutils"
21 22
22inherit python3native 23inherit python3native
23inherit setuptools3 24inherit setuptools3