summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/wayland/libinput_1.28.1.bb (renamed from meta/recipes-graphics/wayland/libinput_1.27.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.27.1.bb b/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"
12 12
13DEPENDS = "libevdev udev mtdev" 13DEPENDS = "libevdev udev mtdev"
14 14
15SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main \ 15SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main;tag=${PV} \
16 file://run-ptest \ 16 file://run-ptest \
17 " 17 "
18SRCREV = "3aa004b96488bf0b2446c11b97a7f8a75ff37c23" 18SRCREV = "4f7b4ef0e4eb5d569df36be387579858eba349bb"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" 21UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"