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:55 +0000
commit69f8f3e21324223c8e68a34db156e4472acfba6d (patch)
tree0e941c349750476b6da1df5806cc622ef23aef30 /meta/recipes-support/bmap-tools
parent09cfa5ce1eca27c810d86680f89ab881533fb0a5 (diff)
downloadopenembedded-core-69f8f3e21324223c8e68a34db156e4472acfba6d.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>
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"
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"
+# Need df from coreutils
+RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six coreutils"
inherit python3native
inherit setuptools3