diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-12 17:03:14 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-13 10:29:21 +0100 |
| commit | d83e62ff0ed676c6fd85bc6d9058eb76512195ab (patch) | |
| tree | 5febf370b1bbf33b4ebfc5cd62e90bc7d16ec048 | |
| parent | b2350d6193f1f5cd0d4573dce76c1a83c9a1a24f (diff) | |
| download | poky-d83e62ff0ed676c6fd85bc6d9058eb76512195ab.tar.gz | |
libxkbcommon: upgrade 1.8.1 -> 1.9.2
(From OE-Core rev: 3700a4e66c1972b9f214c2e9c960cedb2f179ccc)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb (renamed from meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb index 76a622e157..77ee8ce500 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb | |||
| @@ -7,9 +7,9 @@ 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;tag=xkbcommon-${PV}" |
| 11 | 11 | ||
| 12 | SRCREV = "b3465081878e80ca6c11fe35c81787ec374ec15a" | 12 | SRCREV = "dd642359f8d43c09968e34ca7f1eb1121b2dfd70" |
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | inherit meson pkgconfig bash-completion | 15 | inherit meson pkgconfig bash-completion |
