erofs-utils: correct upstream version check

(From OE-Core rev: fe5053cf2531527642cf46263793485cc43d524c)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2021-06-04 11:14:58 +02:00
committed by Richard Purdie
parent ecad002f35
commit 365bbbab06

View File

@@ -7,6 +7,8 @@ HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.gi
SRCREV = "d1f4953edfcf4f51c71ba91586e21fc6ce9f6db9"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"
S = "${WORKDIR}/git"
DEPENDS = "util-linux-libuuid"