diff mbox series

[07/19] libinput: upgrade 1.28.1 -> 1.28.901

Message ID 20250715080819.622-7-wangmy@fujitsu.com
State New
Headers show
Series [01/19] debugedit: upgrade 5.1 -> 5.2 | expand

Commit Message

Wang Mingyu July 15, 2025, 8:08 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../wayland/{libinput_1.28.1.bb => libinput_1.28.901.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/wayland/{libinput_1.28.1.bb => libinput_1.28.901.bb} (97%)

Comments

Alexander Kanavin July 15, 2025, 3:31 p.m. UTC | #1
On Tue, 15 Jul 2025 at 10:08, wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
> --- a/meta/recipes-graphics/wayland/libinput_1.28.1.bb
> +++ b/meta/recipes-graphics/wayland/libinput_1.28.901.bb
> @@ -15,7 +15,7 @@ DEPENDS = "libevdev udev mtdev"
>  SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main;tag=${PV} \
>             file://run-ptest \
>             "
> -SRCREV = "4f7b4ef0e4eb5d569df36be387579858eba349bb"
> +SRCREV = "7716954365a3fa2cc2b3948f21548a98085f16e4"
>
>  UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"

1.28.901 is a pre-release, we cannot take that. The regex that guards
against such versions is meant for tarballs, and should be converted
to UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"


Alex
diff mbox series

Patch

diff --git a/meta/recipes-graphics/wayland/libinput_1.28.1.bb b/meta/recipes-graphics/wayland/libinput_1.28.901.bb
similarity index 97%
rename from meta/recipes-graphics/wayland/libinput_1.28.1.bb
rename to meta/recipes-graphics/wayland/libinput_1.28.901.bb
index 521a7f9a09..ec2eccd26d 100644
--- a/meta/recipes-graphics/wayland/libinput_1.28.1.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.28.901.bb
@@ -15,7 +15,7 @@  DEPENDS = "libevdev udev mtdev"
 SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main;tag=${PV} \
            file://run-ptest \
            "
-SRCREV = "4f7b4ef0e4eb5d569df36be387579858eba349bb"
+SRCREV = "7716954365a3fa2cc2b3948f21548a98085f16e4"
 
 UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"