diff mbox series

[1/2] libnput: correct upstream version check

Message ID 20251105115723.560713-1-alex.kanavin@gmail.com
State New
Headers show
Series [1/2] libnput: correct upstream version check | expand

Commit Message

Alexander Kanavin Nov. 5, 2025, 11:57 a.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

It wasn't updated when the recipe was switched to git.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-graphics/wayland/libinput_1.29.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin Jansa Nov. 5, 2025, 6:03 p.m. UTC | #1
There is a small typo in recipe name in the subject.

On Wed, Nov 5, 2025 at 12:57 PM Alexander Kanavin via
lists.openembedded.org <alex.kanavin=gmail.com@lists.openembedded.org>
wrote:
>
> From: Alexander Kanavin <alex@linutronix.de>
>
> It wasn't updated when the recipe was switched to git.
>
> Signed-off-by: Alexander Kanavin <alex@linutronix.de>
> ---
>  meta/recipes-graphics/wayland/libinput_1.29.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-graphics/wayland/libinput_1.29.1.bb b/meta/recipes-graphics/wayland/libinput_1.29.1.bb
> index 79df97ac068..809c291e233 100644
> --- a/meta/recipes-graphics/wayland/libinput_1.29.1.bb
> +++ b/meta/recipes-graphics/wayland/libinput_1.29.1.bb
> @@ -17,7 +17,7 @@ SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;bra
>             "
>  SRCREV = "dc2c1ad181be88e1487468f7ca6f9d320981f133"
>
> -UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
> +UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
>
>  inherit meson pkgconfig lib_package ptest
>
> --
> 2.39.5
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#225751): https://lists.openembedded.org/g/openembedded-core/message/225751
> Mute This Topic: https://lists.openembedded.org/mt/116132958/3617156
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-graphics/wayland/libinput_1.29.1.bb b/meta/recipes-graphics/wayland/libinput_1.29.1.bb
index 79df97ac068..809c291e233 100644
--- a/meta/recipes-graphics/wayland/libinput_1.29.1.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.29.1.bb
@@ -17,7 +17,7 @@  SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;bra
            "
 SRCREV = "dc2c1ad181be88e1487468f7ca6f9d320981f133"
 
-UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
 
 inherit meson pkgconfig lib_package ptest