]> code.ossystems Code Review - openembedded-core.git/commitdiff
libinput: fix upstream version check
authorMaxin B. John <maxin.john@intel.com>
Mon, 12 Feb 2018 17:15:37 +0000 (19:15 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Feb 2018 18:05:28 +0000 (18:05 +0000)
Skip RC releases for libinput which follow the pattern: x.x.9xx

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/wayland/libinput_1.9.4.bb

index 2843314ad7b832cb788a2862d8a290ec44178370..67a49dfe0c333a65cabca38ff796c9dd1d198acb 100644 (file)
@@ -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<pver>\d+\.\d+\.(?!9\d+)\d+)"
 inherit meson pkgconfig lib_package
 
 PACKAGECONFIG ??= ""