]> code.ossystems Code Review - openembedded-core.git/commitdiff
bmap-tools: upgrade 3.5 -> 3.6
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 28 Feb 2021 15:36:40 +0000 (16:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Mar 2021 15:25:55 +0000 (15:25 +0000)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/bmap-tools/bmap-tools_3.6.bb [moved from meta/recipes-support/bmap-tools/bmap-tools_3.5.bb with 87% similarity]

similarity index 87%
rename from meta/recipes-support/bmap-tools/bmap-tools_3.5.bb
rename to meta/recipes-support/bmap-tools/bmap-tools_3.6.bb
index fd57f8f7f0aeb935cf1b63de414214c0ee5ca36b..611c0fb680e95a98ca02bf3067d585fc307793bc 100644 (file)
@@ -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