libxkbcommon: upgrade 1.3.1 -> 1.4.0

Message ID 1644308794-5337-2-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit b5f516be42c7166eb1ac10b07ce05e95477c73f0
Headers show
Series libxkbcommon: upgrade 1.3.1 -> 1.4.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 8, 2022, 8:26 a.m. UTC
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>
---
 .../xorg-lib/{libxkbcommon_1.3.1.bb => libxkbcommon_1.4.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libxkbcommon_1.3.1.bb => libxkbcommon_1.4.0.bb} (94%)

Patch

diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.1.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.0.bb
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 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"
 
 SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "b3c710d27a2630054e1e1399c85b7f330ef03359b460f0c1b3b587fd01fe9234"
+SRC_URI[sha256sum] = "106cec5263f9100a7e79b5f7220f889bc78e7d7ffc55d2b6fdb1efefb8024031"
 
 UPSTREAM_CHECK_URI = "http://xkbcommon.org/"