From: Alexander Kanavin Date: Fri, 4 Jun 2021 09:14:58 +0000 (+0200) Subject: erofs-utils: correct upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~7608 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe5053cf2531527642cf46263793485cc43d524c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git erofs-utils: correct upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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 6435fea68ce..5ab4bf28163 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"