summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-06-04 11:14:58 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-06 23:14:12 +0100
commitfe5053cf2531527642cf46263793485cc43d524c (patch)
treedea78dc1bc1a67f3d3fc4be234ec32b13f94f7bb
parentd28c1f67c447f99313890e68083da61adcc66f74 (diff)
downloadopenembedded-core-contrib-fe5053cf2531527642cf46263793485cc43d524c.tar.gz
erofs-utils: correct upstream version check
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb
index 6435fea68c..5ab4bf2816 100644
--- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb
+++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb
@@ -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"