From: Richard Purdie Date: Tue, 1 Apr 2025 11:43:59 +0000 (+0000) Subject: libinput: upgrade 1.27.1 -> 1.28.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=504061f44dd5b17faa3d54afa6af713389d02cb4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libinput: upgrade 1.27.1 -> 1.28.1 Add tag to SRC_URI to verify SRCREV. Signed-off-by: Richard Purdie --- 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+)"