From: wangmy Date: Tue, 8 Feb 2022 08:26:33 +0000 (+0800) Subject: libxkbcommon: upgrade 1.3.1 -> 1.4.0 X-Git-Tag: uninative-3.5~15 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b5f516be42c7166eb1ac10b07ce05e95477c73f0;p=openembedded-core.git 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. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- 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/"