| 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 |
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"