diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-06-06 14:01:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-07 21:21:54 +0100 |
commit | c13a21782b572038b5a6f4229882f2b992741b79 (patch) | |
tree | f4d1aa6100034f37430ec0570458ad4e3363d368 /meta | |
parent | d7d8739a40a41f632eaf61912ea301cdf7567b71 (diff) | |
download | poky-c13a21782b572038b5a6f4229882f2b992741b79.tar.gz |
wayland: exclude pre-releases from version check
(From OE-Core rev: 7a006009ee2310ace163ddf6d25d45b24a377200)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/wayland/wayland_1.20.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/wayland_1.20.0.bb b/meta/recipes-graphics/wayland/wayland_1.20.0.bb index bd437767b2..dd48a29dc4 100644 --- a/meta/recipes-graphics/wayland/wayland_1.20.0.bb +++ b/meta/recipes-graphics/wayland/wayland_1.20.0.bb | |||
@@ -20,6 +20,7 @@ SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ | |||
20 | SRC_URI[sha256sum] = "b8a034154c7059772e0fdbd27dbfcda6c732df29cae56a82274f6ec5d7cd8725" | 20 | SRC_URI[sha256sum] = "b8a034154c7059772e0fdbd27dbfcda6c732df29cae56a82274f6ec5d7cd8725" |
21 | 21 | ||
22 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | 22 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
23 | UPSTREAM_CHECK_REGEX = "wayland-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" | ||
23 | 24 | ||
24 | inherit meson pkgconfig ptest | 25 | inherit meson pkgconfig ptest |
25 | 26 | ||