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