]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
unfs3: correct upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 27 Oct 2022 20:15:49 +0000 (22:15 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 29 Oct 2022 15:23:26 +0000 (16:23 +0100)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/unfs3/unfs3_git.bb

index 7a5d2738515c6852cfb8108292bc6c05258ac54f..66016a294974548b85fc6f58228a4b630d02bccd 100644 (file)
@@ -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<pver>.+)"
+UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>\d+(\.\d+)+)"
 
 PV = "0.9.22+${SRCPV}"