diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-04 16:45:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-05 11:02:23 +0100 |
commit | f420a74abe701fc3327eac005587c573f5a05691 (patch) | |
tree | 4ffdee47ff5dceb516ae92b466e167c1badf785d /meta | |
parent | 1ba0338933e8b0538b7be273334558bc15ba1a92 (diff) | |
download | poky-f420a74abe701fc3327eac005587c573f5a05691.tar.gz |
libxkbcommon: upgrade 1.9.2 -> 1.10.0
(From OE-Core rev: 3d6fdf1d94cfd33ecf8a2decedd3ffd87e186c7c)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_1.10.0.bb (renamed from meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.10.0.bb index 77ee8ce500..e10bbf7af0 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.10.0.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "flex-native bison-native" | |||
9 | 9 | ||
10 | SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master;tag=xkbcommon-${PV}" | 10 | SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master;tag=xkbcommon-${PV}" |
11 | 11 | ||
12 | SRCREV = "dd642359f8d43c09968e34ca7f1eb1121b2dfd70" | 12 | SRCREV = "7888474d0296dcad50c9ba4adfdfdf2be02d35e1" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | inherit meson pkgconfig bash-completion | 15 | inherit meson pkgconfig bash-completion |