mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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>
This commit is contained in:
@@ -9,7 +9,7 @@ DEPENDS = "flex-native bison-native"
|
||||
|
||||
SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
|
||||
|
||||
SRC_URI[sha256sum] = "b3c710d27a2630054e1e1399c85b7f330ef03359b460f0c1b3b587fd01fe9234"
|
||||
SRC_URI[sha256sum] = "106cec5263f9100a7e79b5f7220f889bc78e7d7ffc55d2b6fdb1efefb8024031"
|
||||
|
||||
UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
|
||||
|
||||
Reference in New Issue
Block a user