]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
shadow: exclude pre-releases from version checks
authorAlexander Kanavin <alex@linutronix.de>
Fri, 3 Jan 2025 10:45:23 +0000 (11:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Jan 2025 12:34:01 +0000 (12:34 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/shadow/shadow_4.16.0.bb

index 1fcf82bb01d5dd30b4503b797630d5b26dd952ed..b7282d7933ffe5c3f0fc56cbfd033486634b89a3 100644 (file)
@@ -25,6 +25,7 @@ SRC_URI:append:class-native = " \
            file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \
            "
 SRC_URI[sha256sum] = "1744f339e07a2b41056347ddd612839762ff565d7e9494fb049428002fa2e7e0"
+UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"
 
 # Additional Policy files for PAM
 PAM_SRC_URI = "file://pam.d/chfn \