]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libxkbcommon: upgrade 1.8.0 -> 1.8.1
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 15 Mar 2025 13:03:27 +0000 (13:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Mar 2025 22:36:45 +0000 (22:36 +0000)
License-Update: Upstream made a large license header cleanup and summarised in
the main LICENSE file. Pull the resulting identifiers into our LICENSE
field where several different variants were clarified, complicating the license.

https://github.com/xkbcommon/libxkbcommon/commit/e120807bdeb896d63abd366ea4478d79d91f1ae8

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb [moved from meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.0.bb with 88% similarity]

similarity index 88%
rename from meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.0.bb
rename to meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb
index a7dad3f4a2aba7b18e8c5bf9420141acb278adc1..76a622e157c959851018ab3a7d7e76019e78a3c5 100644 (file)
@@ -2,14 +2,14 @@ SUMMARY = "Generic XKB keymap library"
 DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \
 processes a reduced subset of keymaps as defined by the XKB specification."
 HOMEPAGE = "http://www.xkbcommon.org"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e525ed9809e1f8a07cf4bce8b09e8b87"
-LICENSE = "MIT & MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=70eff33050c59f900f5b83275dcf1211"
+LICENSE = "MIT & MIT-open-group & HPND & HPND-sell-variant & X11"
 
 DEPENDS = "flex-native bison-native"
 
 SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master"
 
-SRCREV = "76740e0c4583ae49675e7ba8213d31ee09aa00d2"
+SRCREV = "b3465081878e80ca6c11fe35c81787ec374ec15a"
 S = "${WORKDIR}/git"
 
 inherit meson pkgconfig bash-completion