diff options
author | Ross Burton <ross.burton@intel.com> | 2018-06-08 14:50:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 17:56:24 +0100 |
commit | 041041609e45a9a6c4c18746efd9368ca789242e (patch) | |
tree | 0038ad6b68168dd9876aa4fdfe2ecb55ee067c11 | |
parent | 2e81bf1b9d0aa14e9bc296b0e2b12464f3471882 (diff) | |
download | poky-041041609e45a9a6c4c18746efd9368ca789242e.tar.gz |
wayland: fix upstream release checking
Wayland has moved to GitLab with the result that /releases/ no longer returns a
directory listing, so the upgrade detection doesn't work.
The upgrade detection can scan releases.html just as well, so tell it to look
there.
(From OE-Core rev: 8befb09eb28bb6d8884d2052cd63c2c319eceed1)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/wayland/wayland-protocols_1.14.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/wayland/wayland_1.15.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/wayland/weston_4.0.0.bb | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.14.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.14.bb index 3393a2c797..873fcf1c28 100644 --- a/meta/recipes-graphics/wayland/wayland-protocols_1.14.bb +++ b/meta/recipes-graphics/wayland/wayland-protocols_1.14.bb | |||
@@ -14,6 +14,8 @@ SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ | |||
14 | SRC_URI[md5sum] = "5d32eaf0f5d6b7da7f5ad0959e2551e6" | 14 | SRC_URI[md5sum] = "5d32eaf0f5d6b7da7f5ad0959e2551e6" |
15 | SRC_URI[sha256sum] = "9648896b2462b49b15a69b60f44656593c170c0e73121c890eb16d0c1d9376f6" | 15 | SRC_URI[sha256sum] = "9648896b2462b49b15a69b60f44656593c170c0e73121c890eb16d0c1d9376f6" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | ||
18 | |||
17 | inherit allarch autotools pkgconfig | 19 | inherit allarch autotools pkgconfig |
18 | 20 | ||
19 | PACKAGES = "${PN}" | 21 | PACKAGES = "${PN}" |
diff --git a/meta/recipes-graphics/wayland/wayland_1.15.0.bb b/meta/recipes-graphics/wayland/wayland_1.15.0.bb index 788105bff8..d037dc4654 100644 --- a/meta/recipes-graphics/wayland/wayland_1.15.0.bb +++ b/meta/recipes-graphics/wayland/wayland_1.15.0.bb | |||
@@ -18,6 +18,8 @@ SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ | |||
18 | SRC_URI[md5sum] = "b7393c17fdce9a8d383edab656c92fd2" | 18 | SRC_URI[md5sum] = "b7393c17fdce9a8d383edab656c92fd2" |
19 | SRC_URI[sha256sum] = "eb3fbebb8559d56a80ad3753ec3db800f587329067962dbf65e14488b4b7aeb0" | 19 | SRC_URI[sha256sum] = "eb3fbebb8559d56a80ad3753ec3db800f587329067962dbf65e14488b4b7aeb0" |
20 | 20 | ||
21 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | ||
22 | |||
21 | inherit autotools pkgconfig | 23 | inherit autotools pkgconfig |
22 | 24 | ||
23 | EXTRA_OECONF = "--disable-documentation --with-host-scanner" | 25 | EXTRA_OECONF = "--disable-documentation --with-host-scanner" |
diff --git a/meta/recipes-graphics/wayland/weston_4.0.0.bb b/meta/recipes-graphics/wayland/weston_4.0.0.bb index 7dfca7fc63..e78b0d9194 100644 --- a/meta/recipes-graphics/wayland/weston_4.0.0.bb +++ b/meta/recipes-graphics/wayland/weston_4.0.0.bb | |||
@@ -15,6 +15,8 @@ SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ | |||
15 | SRC_URI[md5sum] = "33709aa4d5916f89643fca0fc0064b39" | 15 | SRC_URI[md5sum] = "33709aa4d5916f89643fca0fc0064b39" |
16 | SRC_URI[sha256sum] = "a0fc0ae7ef83dfbed12abfe9b8096a24a7dd00705e86fa0db1e619ded18b4b58" | 16 | SRC_URI[sha256sum] = "a0fc0ae7ef83dfbed12abfe9b8096a24a7dd00705e86fa0db1e619ded18b4b58" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | ||
19 | |||
18 | inherit autotools pkgconfig useradd distro_features_check | 20 | inherit autotools pkgconfig useradd distro_features_check |
19 | # depends on virtual/egl | 21 | # depends on virtual/egl |
20 | REQUIRED_DISTRO_FEATURES = "opengl" | 22 | REQUIRED_DISTRO_FEATURES = "opengl" |