On Mon, 2023-12-18 at 22:47 +0800, Anuj Mittal wrote:
> 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..1b93a80f3e7 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+)+)"

I somehow missed including a local change here. It should have had $ at
the end to match the version exactly. I will send v2.

Thanks,

Anuj
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#192684): 
https://lists.openembedded.org/g/openembedded-core/message/192684
Mute This Topic: https://lists.openembedded.org/mt/103255459/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to