summaryrefslogtreecommitdiffstats
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-06 22:39:06 +0000
commit83b26c018a507bf8dd8d3474a87db40ad66c5f3b (patch)
tree4b15a32528afb425d59d062d7d17d1ce87e7343f
parent4d5ae5920f4c0bb3d9e559ca75b99e66be5672af (diff)
downloadopenembedded-core-contrib-83b26c018a507bf8dd8d3474a87db40ad66c5f3b.tar.gz
bmap-tools: upgrade 3.5 -> 3.6
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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)4
1 files changed, 2 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..95cf00804d 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,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/intel/${BPN}"
-SRCREV = "a17f0e3ff8669dd3b1c44a741ae4f8162155faed"
+SRCREV = "c0673962a8ec1624b5189dc1d24f33fe4f06785a"
S = "${WORKDIR}/git"
PV .= "+git${SRCPV}"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
-RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six"
+RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six coreutils"
inherit python3native
inherit setuptools3