diff mbox series

[1/2] libjpeg-turbo: exclude x.y.9z versions from upstream check

Message ID 20260422151858.2598801-1-alex.kanavin@gmail.com
State Not Applicable, archived
Headers show
Series [1/2] libjpeg-turbo: exclude x.y.9z versions from upstream check | expand

Commit Message

Alexander Kanavin April 22, 2026, 3:18 p.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

E.g. the current 3.1.90 is a pre-release and shouldn't be considered.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.3.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.3.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.3.bb
index 26e84ca42c..f3e1ff59a6 100644
--- a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.3.bb
+++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.3.bb
@@ -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"