summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland
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:41 +0000
commitf4ed0b2a67f73fec4c4cb6d0e0392b0a6e9d8203 (patch)
tree925d104a7fc2ac64ddf4a928f06596068a8d0e65 /meta/recipes-graphics/wayland
parent22b5ced5c3c1dbc0396ba8723103a4a3a42a1d88 (diff)
downloadpoky-f4ed0b2a67f73fec4c4cb6d0e0392b0a6e9d8203.tar.gz
libinput: fix upstream version check
Skip RC releases for libinput which follow the pattern: x.x.9xx (From OE-Core rev: b9ee35c9572afe610e0debba52dbd2de984d12fe) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland')
-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 \
12SRC_URI[md5sum] = "8b43d07d1698fb207a0492fc67554d4f" 12SRC_URI[md5sum] = "8b43d07d1698fb207a0492fc67554d4f"
13SRC_URI[sha256sum] = "0bcdbd4c4e3c2a2db322fbdf2ef3284f2e6d6fb7be3af80e6d8de7783f675190" 13SRC_URI[sha256sum] = "0bcdbd4c4e3c2a2db322fbdf2ef3284f2e6d6fb7be3af80e6d8de7783f675190"
14 14
15UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
15inherit meson pkgconfig lib_package 16inherit meson pkgconfig lib_package
16 17
17PACKAGECONFIG ??= "" 18PACKAGECONFIG ??= ""