diff options
author | wangmy <wangmy@fujitsu.com> | 2022-02-08 16:26:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-10 10:32:08 +0000 |
commit | e940763c71fe78100202682763b77086c68823cd (patch) | |
tree | 1716b325a0c61e5ea24634d96f882c6ee2174271 /meta/recipes-graphics | |
parent | 322904224c1366611439d4268b0cd6c65817aca7 (diff) | |
download | poky-e940763c71fe78100202682763b77086c68823cd.tar.gz |
libxkbcommon: upgrade 1.3.1 -> 1.4.0
Changelog:
=========
- Add `enable-tools` option to Meson build (on by default) to allow disabling
the `xkbcli` tools.
- In `xkbcli list`, fix "YAML Norway problem" in output.
- In libxkbregistry, variants now inherit iso639, iso3166 and brief from parent
layout if omitted.
- In libxkbregistry, don't call `xmlCleanupParser()` - it's not supposed to
be called by libraries.
- In libxkbregistry, skip over invalid ISO-639 or ISO-3166 entries.
(From OE-Core rev: b5f516be42c7166eb1ac10b07ce05e95477c73f0)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.0.bb (renamed from meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.0.bb index 7c5079c452..c7e12eb0b8 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.0.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "flex-native bison-native" | |||
9 | 9 | ||
10 | SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" | 10 | SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "b3c710d27a2630054e1e1399c85b7f330ef03359b460f0c1b3b587fd01fe9234" | 12 | SRC_URI[sha256sum] = "106cec5263f9100a7e79b5f7220f889bc78e7d7ffc55d2b6fdb1efefb8024031" |
13 | 13 | ||
14 | UPSTREAM_CHECK_URI = "http://xkbcommon.org/" | 14 | UPSTREAM_CHECK_URI = "http://xkbcommon.org/" |
15 | 15 | ||