diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-15 13:03:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-17 22:38:32 +0000 |
commit | cf3933d44de9db31db29323c59e27cfac00779e8 (patch) | |
tree | a8c9a7017b470b6c0845a34ba235b3d557a9c839 | |
parent | f585320b6dce349f2702dc8533170f4d8d371817 (diff) | |
download | poky-cf3933d44de9db31db29323c59e27cfac00779e8.tar.gz |
libxkbcommon: upgrade 1.8.0 -> 1.8.1
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
(From OE-Core rev: 7fa58d595bcbc1c5564867952f724a6d0dbda986)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb (renamed from meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb index a7dad3f4a2..76a622e157 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb | |||
@@ -2,14 +2,14 @@ SUMMARY = "Generic XKB keymap library" | |||
2 | DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \ | 2 | DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \ |
3 | processes a reduced subset of keymaps as defined by the XKB specification." | 3 | processes a reduced subset of keymaps as defined by the XKB specification." |
4 | HOMEPAGE = "http://www.xkbcommon.org" | 4 | HOMEPAGE = "http://www.xkbcommon.org" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e525ed9809e1f8a07cf4bce8b09e8b87" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=70eff33050c59f900f5b83275dcf1211" |
6 | LICENSE = "MIT & MIT" | 6 | LICENSE = "MIT & MIT-open-group & HPND & HPND-sell-variant & X11" |
7 | 7 | ||
8 | DEPENDS = "flex-native bison-native" | 8 | DEPENDS = "flex-native bison-native" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master" | 10 | SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master" |
11 | 11 | ||
12 | SRCREV = "76740e0c4583ae49675e7ba8213d31ee09aa00d2" | 12 | SRCREV = "b3465081878e80ca6c11fe35c81787ec374ec15a" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | inherit meson pkgconfig bash-completion | 15 | inherit meson pkgconfig bash-completion |