From b9ee35c9572afe610e0debba52dbd2de984d12fe Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Mon, 12 Feb 2018 19:15:37 +0200 Subject: libinput: fix upstream version check Skip RC releases for libinput which follow the pattern: x.x.9xx Signed-off-by: Maxin B. John Signed-off-by: Ross Burton --- meta/recipes-graphics/wayland/libinput_1.9.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/wayland/libinput_1.9.4.bb b/meta/recipes-graphics/wayland/libinput_1.9.4.bb index 2843314ad7..67a49dfe0c 100644 --- a/meta/recipes-graphics/wayland/libinput_1.9.4.bb +++ b/meta/recipes-graphics/wayland/libinput_1.9.4.bb @@ -12,6 +12,7 @@ SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz \ SRC_URI[md5sum] = "8b43d07d1698fb207a0492fc67554d4f" SRC_URI[sha256sum] = "0bcdbd4c4e3c2a2db322fbdf2ef3284f2e6d6fb7be3af80e6d8de7783f675190" +UPSTREAM_CHECK_REGEX = "libinput-(?P\d+\.\d+\.(?!9\d+)\d+)" inherit meson pkgconfig lib_package PACKAGECONFIG ??= "" -- cgit 1.2.3-korg