summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2018-02-12 19:15:37 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-16 18:05:28 +0000
commitb9ee35c9572afe610e0debba52dbd2de984d12fe (patch)
tree8b7b21cb81c3a0424c7964acd05eb5e60a04f38a
parent6e14211b9dba6703aedf0a79100070430a47549c (diff)
downloadopenembedded-core-contrib-b9ee35c9572afe610e0debba52dbd2de984d12fe.tar.gz
libinput: fix upstream version check
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>
-rw-r--r--meta/recipes-graphics/wayland/libinput_1.9.4.bb1
1 files changed, 1 insertions, 0 deletions
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<pver>\d+\.\d+\.(?!9\d+)\d+)"
inherit meson pkgconfig lib_package
PACKAGECONFIG ??= ""