diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-02-28 16:36:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-11 15:25:57 +0000 |
commit | 9dd5a3b6715bf04a12ac4017c572e14450aec02b (patch) | |
tree | 9d266bd090674d794b5bd24fe8115d2d2cea5474 /meta/recipes-support/bmap-tools | |
parent | 87cf634ac3ad72b15b91d3da959a1b91970970d5 (diff) | |
download | poky-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 | ||
12 | SRC_URI = "git://github.com/intel/${BPN}" | 12 | SRC_URI = "git://github.com/intel/${BPN}" |
13 | 13 | ||
14 | SRCREV = "a17f0e3ff8669dd3b1c44a741ae4f8162155faed" | 14 | SRCREV = "c0673962a8ec1624b5189dc1d24f33fe4f06785a" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | PV .= "+git${SRCPV}" | 16 | PV .= "+git${SRCPV}" |
17 | 17 | ||
18 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 18 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
19 | 19 | ||
20 | RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six" | 20 | # Need df from coreutils |
21 | RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six coreutils" | ||
21 | 22 | ||
22 | inherit python3native | 23 | inherit python3native |
23 | inherit setuptools3 | 24 | inherit setuptools3 |