]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libslirp: fix upstream version check
authorAlexander Kanavin <alex@linutronix.de>
Wed, 27 May 2026 17:35:46 +0000 (19:35 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 May 2026 10:21:53 +0000 (11:21 +0100)
The regex excludes bogus old yyyymmdd tags which sort higher than real versions.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/slirp/libslirp_4.9.1.bb

index 9f7005d709801019d91f62f755b07a54506dcee1..50577fd4ae296c01adf7ce73b9e22de409095b8d 100644 (file)
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727"
 
 SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master"
 SRCREV = "9c744e1e52aa0d9646ed91d789d588696292c21e"
+UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
 DEPENDS = "glib-2.0"