diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-07-25 19:22:59 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-27 22:45:31 +0100 |
commit | f9a20524fe4e580a5b38f1c2360faec0529d353f (patch) | |
tree | 3999543ee99f063901ace1b3ad2930221f591c9e /meta | |
parent | b71a5e74ad025bcd379734325cd5377597a547ed (diff) | |
download | poky-f9a20524fe4e580a5b38f1c2360faec0529d353f.tar.gz |
weston: upgrade 6.0.0 -> 6.0.1
Weston 6.0.1 is released with build system fixes to smooth the
transition to Meson. Other miscellaneous bugfixes are also included.
https://lists.freedesktop.org/archives/wayland-devel/2019-June/040661.html
(From OE-Core rev: a62d60fc3741aa5eaeccaaa562afda624c3e8a04)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/wayland/weston_6.0.1.bb (renamed from meta/recipes-graphics/wayland/weston_6.0.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/weston_6.0.0.bb b/meta/recipes-graphics/wayland/weston_6.0.1.bb index fa08dac91d..95b540333e 100644 --- a/meta/recipes-graphics/wayland/weston_6.0.0.bb +++ b/meta/recipes-graphics/wayland/weston_6.0.1.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ | |||
12 | file://xwayland.weston-start \ | 12 | file://xwayland.weston-start \ |
13 | file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ | 13 | file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ |
14 | " | 14 | " |
15 | SRC_URI[md5sum] = "7c634e262f8a464a076c97fd50ad36b3" | 15 | SRC_URI[md5sum] = "e7b10710ef1eac82258f97bfd41fe534" |
16 | SRC_URI[sha256sum] = "546323a90607b3bd7f48809ea9d76e64cd09718102f2deca6d95aa59a882e612" | 16 | SRC_URI[sha256sum] = "bf2f6d5aae2e11cabb6bd69a76bcf9edb084f8c3e14ca769bea7234a513155b4" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | 18 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
19 | 19 | ||