Fix regex to not match release candidates.
Signed-off-by: Anuj Mittal <[email protected]>
---
meta/recipes-support/libusb/libusb1_1.0.26.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-support/libusb/libusb1_1.0.26.bb
b/meta/recipes-support/libusb/libusb1_1.0.26.bb
index 122c3d48b4f..2af6fcdea79 100644
--- a/meta/recipes-support/libusb/libusb1_1.0.26.bb
+++ b/meta/recipes-support/libusb/libusb1_1.0.26.bb
@@ -16,6 +16,7 @@ SRC_URI =
"${GITHUB_BASE_URI}/download/v${PV}/libusb-${PV}.tar.bz2 \
"
GITHUB_BASE_URI = "https://github.com/libusb/libusb/releases"
+UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"
SRC_URI[sha256sum] =
"12ce7a61fc9854d1d2a1ffe095f7b5fac19ddba095c259e6067a46500381b5a5"
--
2.43.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#192683):
https://lists.openembedded.org/g/openembedded-core/message/192683
Mute This Topic: https://lists.openembedded.org/mt/103255445/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-