diff options
author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-07-23 09:06:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-24 10:48:13 +0100 |
commit | 7732c0cb4d5b57e9a313ad5c8f31df947a4ee48c (patch) | |
tree | 81114d54f06e50eb1c53b6f63b2d9d1767693eb0 | |
parent | 555570f45a034550702fbe59c830278d2a6e26bf (diff) | |
download | poky-7732c0cb4d5b57e9a313ad5c8f31df947a4ee48c.tar.gz |
at-spi2-core: upgrade 2.56.2 -> 2.56.3
Changelog:
==========
- DeviceEventController: update mouse coordinates before sending button events
- Return localized role name for ATSPI_ROLE_EDITBAR
- Revert "Return localized role name for ATSPI_ROLE_EDITBAR"
- Return localized role name for ATSPI_ROLE_EDITBAR
- atspi-device-legacy: Don't crash when XkbGetMap fails
(From OE-Core rev: 9db21ce6bf37541b089751311a4b8781adb0263c)
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.56.3.bb (renamed from meta/recipes-support/atk/at-spi2-core_2.56.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.56.2.bb b/meta/recipes-support/atk/at-spi2-core_2.56.3.bb index 59eed4b5ab..dd4929c349 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.56.2.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.56.3.bb | |||
@@ -13,7 +13,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | |||
13 | 13 | ||
14 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" | 14 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "e1b1c9836a8947852f7440c32e23179234c76bd98cd9cc4001f376405f8b783b" | 16 | SRC_URI[sha256sum] = "0e41e1fc6a1961b38b4f9c0bea64bad30efff75949b7cdb988d2f2fdab72267a" |
17 | 17 | ||
18 | DEPENDS = " \ | 18 | DEPENDS = " \ |
19 | dbus \ | 19 | dbus \ |