diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-08-25 13:08:57 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-11 09:05:35 +0100 |
commit | 0de32372962a0ffc9c8bf2c279e0b92d222976e2 (patch) | |
tree | 1a81800958c4d374b8b133c7b46b974f6097329a /meta/recipes-graphics/wayland | |
parent | bbcc6ab93b65cbb02d5b5f94897c33e448aa3103 (diff) | |
download | poky-0de32372962a0ffc9c8bf2c279e0b92d222976e2.tar.gz |
wayland: upgrade to 1.16.0
(From OE-Core rev: c17a05a962bb6de75dc73235f7689f57222fee79)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland')
-rw-r--r-- | meta/recipes-graphics/wayland/wayland_1.16.0.bb (renamed from meta/recipes-graphics/wayland/wayland_1.15.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/wayland_1.15.0.bb b/meta/recipes-graphics/wayland/wayland_1.16.0.bb index d037dc4654..112ee1a25e 100644 --- a/meta/recipes-graphics/wayland/wayland_1.15.0.bb +++ b/meta/recipes-graphics/wayland/wayland_1.16.0.bb | |||
@@ -15,8 +15,8 @@ DEPENDS = "expat libxml2 libffi wayland-native" | |||
15 | SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ | 15 | SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ |
16 | file://fixpathinpcfiles.patch \ | 16 | file://fixpathinpcfiles.patch \ |
17 | " | 17 | " |
18 | SRC_URI[md5sum] = "b7393c17fdce9a8d383edab656c92fd2" | 18 | SRC_URI[md5sum] = "0c215e53de71d6fb26f7102cdc6432d3" |
19 | SRC_URI[sha256sum] = "eb3fbebb8559d56a80ad3753ec3db800f587329067962dbf65e14488b4b7aeb0" | 19 | SRC_URI[sha256sum] = "4e72c2b56109ccfb6610d776e465f4ca0af2280c9c2f7d5cc23f0ed2548752f5" |
20 | 20 | ||
21 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | 21 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
22 | 22 | ||