From 504061f44dd5b17faa3d54afa6af713389d02cb4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 1 Apr 2025 11:43:59 +0000 Subject: [PATCH] libinput: upgrade 1.27.1 -> 1.28.1 Add tag to SRC_URI to verify SRCREV. Signed-off-by: Richard Purdie --- .../wayland/{libinput_1.27.1.bb => libinput_1.28.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.27.1.bb => libinput_1.28.1.bb} (95%) diff --git a/meta/recipes-graphics/wayland/libinput_1.27.1.bb b/meta/recipes-graphics/wayland/libinput_1.28.1.bb similarity index 95% rename from meta/recipes-graphics/wayland/libinput_1.27.1.bb rename to meta/recipes-graphics/wayland/libinput_1.28.1.bb index 04a03f0807..c10422bf9b 100644 --- a/meta/recipes-graphics/wayland/libinput_1.27.1.bb +++ b/meta/recipes-graphics/wayland/libinput_1.28.1.bb @@ -12,10 +12,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bab4ac7dc1c10bc0fb037dc76c46ef8a" DEPENDS = "libevdev udev mtdev" -SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main \ +SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main;tag=${PV} \ file://run-ptest \ " -SRCREV = "3aa004b96488bf0b2446c11b97a7f8a75ff37c23" +SRCREV = "4f7b4ef0e4eb5d569df36be387579858eba349bb" S = "${WORKDIR}/git" UPSTREAM_CHECK_REGEX = "libinput-(?P\d+\.\d+\.(?!9\d+)\d+)" -- 2.47.2