summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/wayland
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-10-29 17:57:47 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-06 23:35:33 +0000
commit6d776f5c0be86f53c769b2ce48b1651e6b93e53f (patch)
treebdd31ab2a061e75011560fdb01e321993db21a6a /meta/recipes-graphics/wayland/wayland
parentcd08dce163b4122c44deb51fc7b9cb2baa383f17 (diff)
downloadpoky-6d776f5c0be86f53c769b2ce48b1651e6b93e53f.tar.gz
wayland: upgrade from 1.11.0 to 1.11.1
Update release tarball md5sum/sha256sum (From OE-Core rev: c2c63b4e8d2614bd6ae8ca3283b5bcdf38afc7a2) Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/wayland')
-rw-r--r--meta/recipes-graphics/wayland/wayland/0001-scanner-Use-unit32_t-instead-of-uint.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/wayland/0001-scanner-Use-unit32_t-instead-of-uint.patch b/meta/recipes-graphics/wayland/wayland/0001-scanner-Use-unit32_t-instead-of-uint.patch
index dece95c764..ef41b79c5a 100644
--- a/meta/recipes-graphics/wayland/wayland/0001-scanner-Use-unit32_t-instead-of-uint.patch
+++ b/meta/recipes-graphics/wayland/wayland/0001-scanner-Use-unit32_t-instead-of-uint.patch
@@ -16,7 +16,7 @@ diff --git a/src/scanner.c b/src/scanner.c
16index 5f06e8e..10a4023 100644 16index 5f06e8e..10a4023 100644
17--- a/src/scanner.c 17--- a/src/scanner.c
18+++ b/src/scanner.c 18+++ b/src/scanner.c
19@@ -808,7 +808,7 @@ find_enumeration(struct protocol *protocol, 19@@ -812,7 +812,7 @@ find_enumeration(struct protocol *protocol,
20 struct interface *i; 20 struct interface *i;
21 struct enumeration *e; 21 struct enumeration *e;
22 char *enum_name; 22 char *enum_name;