diff options
Diffstat (limited to 'meta/recipes-graphics/wayland')
-rw-r--r-- | meta/recipes-graphics/wayland/wayland/0001-scanner-Use-unit32_t-instead-of-uint.patch | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/wayland/wayland_1.11.1.bb (renamed from meta/recipes-graphics/wayland/wayland_1.11.0.bb) | 4 |
2 files changed, 3 insertions, 3 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 | |||
16 | index 5f06e8e..10a4023 100644 | 16 | index 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; |
diff --git a/meta/recipes-graphics/wayland/wayland_1.11.0.bb b/meta/recipes-graphics/wayland/wayland_1.11.1.bb index 3413406d05..fa674f6430 100644 --- a/meta/recipes-graphics/wayland/wayland_1.11.0.bb +++ b/meta/recipes-graphics/wayland/wayland_1.11.1.bb | |||
@@ -13,8 +13,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b31d8f53b6aaf2b4985d7dd7810a70d1 \ | |||
13 | SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ | 13 | SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ |
14 | file://0001-scanner-Use-unit32_t-instead-of-uint.patch \ | 14 | file://0001-scanner-Use-unit32_t-instead-of-uint.patch \ |
15 | " | 15 | " |
16 | SRC_URI[md5sum] = "fccf680be066e234729d5b69e0bd0fa9" | 16 | SRC_URI[md5sum] = "82f227c65faec3df0335847626811303" |
17 | SRC_URI[sha256sum] = "9540925f7928becfdf5e3b84c70757f6589bf1ceef09bea78784d8e4772c0db0" | 17 | SRC_URI[sha256sum] = "4c8a99d030282740e898dead98c92d92023be9c3536c7f504444d215a7e39195" |
18 | 18 | ||
19 | EXTRA_OECONF_class-native = "--disable-documentation --disable-libraries" | 19 | EXTRA_OECONF_class-native = "--disable-documentation --disable-libraries" |
20 | 20 | ||