From: Alexander Kanavin Date: Thu, 27 Oct 2022 20:15:49 +0000 (+0200) Subject: unfs3: correct upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2711 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70897a57b2f3f0eaaa937fe84383d6e26cd62c72;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git unfs3: correct upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_git.bb index 7a5d2738515..66016a29497 100644 --- a/meta/recipes-devtools/unfs3/unfs3_git.bb +++ b/meta/recipes-devtools/unfs3/unfs3_git.bb @@ -28,7 +28,7 @@ SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master \ file://no-yywrap.patch \ " SRCREV = "c12a5c69a8d59be6916cbd0e0f41c159f1962425" -UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P.+)" +UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P\d+(\.\d+)+)" PV = "0.9.22+${SRCPV}"