diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-03-21 08:59:56 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-25 23:13:48 +0000 |
commit | 8648f1ac07e1a41c3f28f59f4b507bd6df9b36cc (patch) | |
tree | b8b4f122f55e566ed2ff16b1c88bf5479079df09 /meta/recipes-graphics/wayland | |
parent | 682fda3e8d6c5bab2fc83b113f974315f79000fb (diff) | |
download | poky-8648f1ac07e1a41c3f28f59f4b507bd6df9b36cc.tar.gz |
wayland: upgrade 1.16.0 -> 1.17.0
(From OE-Core rev: 8b49e1bbfa37bb654c95a60fe310a5889165da39)
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.17.0.bb (renamed from meta/recipes-graphics/wayland/wayland_1.16.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/wayland_1.16.0.bb b/meta/recipes-graphics/wayland/wayland_1.17.0.bb index 112ee1a25e..d34bb39747 100644 --- a/meta/recipes-graphics/wayland/wayland_1.16.0.bb +++ b/meta/recipes-graphics/wayland/wayland_1.17.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] = "0c215e53de71d6fb26f7102cdc6432d3" | 18 | SRC_URI[md5sum] = "d91f970aea11fd549eae023d06f91af3" |
19 | SRC_URI[sha256sum] = "4e72c2b56109ccfb6610d776e465f4ca0af2280c9c2f7d5cc23f0ed2548752f5" | 19 | SRC_URI[sha256sum] = "72aa11b8ac6e22f4777302c9251e8fec7655dc22f9d94ee676c6b276f95f91a4" |
20 | 20 | ||
21 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | 21 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
22 | 22 | ||