]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libjpeg-turbo: exclude x.y.9z versions from upstream check
authorAlexander Kanavin <alex@linutronix.de>
Wed, 22 Apr 2026 15:18:57 +0000 (17:18 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Apr 2026 09:48:55 +0000 (10:48 +0100)
E.g. the current 3.1.90 is a pre-release and shouldn't be considered.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.3.bb

index 26e84ca42c5c489ba8537f7b30167c1f622eede9..f3e1ff59a6ad0b508d8def0751dcc3a1f3527bfc 100644 (file)
@@ -10,6 +10,7 @@ DEPENDS:append:x86:class-target = " nasm-native"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz"
 SRC_URI[sha256sum] = "075920b826834ac4ddf97661cc73491047855859affd671d52079c6867c1c6c0"
+UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+\.\d+\.(?!9\d+)\d+(\.\d+)*)"
 
 PE = "1"