diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-03-27 15:09:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-29 08:28:53 +0000 |
commit | d0a661fbcb3c78b5c418fe32efeb4daf38c9c555 (patch) | |
tree | f491d8fd0c86ca7016f109fbd67ba1094f222da0 /meta | |
parent | a7f6451222c4b73de24221ca2c42b1dc01204a69 (diff) | |
download | poky-d0a661fbcb3c78b5c418fe32efeb4daf38c9c555.tar.gz |
bmap-tools: fix upstream version check
(From OE-Core rev: c03172749018e2d9fae85b35ff9176ba922857e6)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/bmap-tools/bmap-tools_3.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb b/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb index a3f77d374f..7c4db85b32 100644 --- a/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb +++ b/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb | |||
@@ -15,7 +15,7 @@ SRCREV = "db7087b883bf52cbff063ad17a41cc1cbb85104d" | |||
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>.*)" | 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 | RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six" |
21 | 21 | ||