From fe5053cf2531527642cf46263793485cc43d524c Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 4 Jun 2021 11:14:58 +0200 Subject: erofs-utils: correct upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools') 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(\d+(\.\d+)+))" + S = "${WORKDIR}/git" DEPENDS = "util-linux-libuuid" -- cgit 1.2.3-korg