]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxkbcommon: upgrade 1.3.1 -> 1.4.0
authorwangmy <wangmy@fujitsu.com>
Tue, 8 Feb 2022 08:26:33 +0000 (16:26 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Feb 2022 10:29:13 +0000 (10:29 +0000)
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.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.0.bb [moved from meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb with 94% similarity]

similarity index 94%
rename from meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb
rename to meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.0.bb
index 7c5079c452ca164a6bca3052d19b11c127fde2e3..c7e12eb0b89d4296097dc351a156dd0192580542 100644 (file)
@@ -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/"