From 2f6da18f8bf9e41fdc4b0d65eb0352719973ff66 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 12 May 2025 17:02:45 +0800 Subject: [PATCH] at-spi2-core: upgrade 2.56.1 -> 2.56.2 Changelog: =========== * Fix the build with glib < 2.76. * a11y-manager-device: Fix unmap_keysym_modifier. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../atk/{at-spi2-core_2.56.1.bb => at-spi2-core_2.56.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/atk/{at-spi2-core_2.56.1.bb => at-spi2-core_2.56.2.bb} (95%) diff --git a/meta/recipes-support/atk/at-spi2-core_2.56.1.bb b/meta/recipes-support/atk/at-spi2-core_2.56.2.bb similarity index 95% rename from meta/recipes-support/atk/at-spi2-core_2.56.1.bb rename to meta/recipes-support/atk/at-spi2-core_2.56.2.bb index c806779ca8..59eed4b5ab 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.56.1.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.56.2.bb @@ -13,7 +13,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "fd177fecd8c95006ff0a355eafd7066fe110a2e17eb5eb5fe17ff70e49a4eace" +SRC_URI[sha256sum] = "e1b1c9836a8947852f7440c32e23179234c76bd98cd9cc4001f376405f8b783b" DEPENDS = " \ dbus \ -- 2.47.2