summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2025-07-23 09:06:06 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-28 14:51:50 +0100
commit665eadec0c3033d58d824447d1627a86c24ee3b4 (patch)
treec45ef0ce094cc1936878f761edbdfd9d3e9ba3c8 /meta
parenta73b97292127f0c1c1d59a9981604e209d30b602 (diff)
downloadpoky-665eadec0c3033d58d824447d1627a86c24ee3b4.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>
Diffstat (limited to 'meta')
-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
14SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" 14SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
15 15
16SRC_URI[sha256sum] = "e1b1c9836a8947852f7440c32e23179234c76bd98cd9cc4001f376405f8b783b" 16SRC_URI[sha256sum] = "0e41e1fc6a1961b38b4f9c0bea64bad30efff75949b7cdb988d2f2fdab72267a"
17 17
18DEPENDS = " \ 18DEPENDS = " \
19 dbus \ 19 dbus \