From e742e3bdfbcb7cbbc7c4a3e26151b5ee3aa291e2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 1 Feb 2024 11:19:44 +0800 Subject: [PATCH] at-spi2-core: upgrade 2.50.0 -> 2.50.1 Changelog: atk-adaptor: Fix critical when no table cell array is returned. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 9bed9f07aea6c425748c8908641ce8a99fd5162f) Signed-off-by: Steve Sakoman --- .../atk/{at-spi2-core_2.50.0.bb => at-spi2-core_2.50.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/atk/{at-spi2-core_2.50.0.bb => at-spi2-core_2.50.1.bb} (95%) diff --git a/meta/recipes-support/atk/at-spi2-core_2.50.0.bb b/meta/recipes-support/atk/at-spi2-core_2.50.1.bb similarity index 95% rename from meta/recipes-support/atk/at-spi2-core_2.50.0.bb rename to meta/recipes-support/atk/at-spi2-core_2.50.1.bb index 57958fb7f5b..6996ebebcd6 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.50.0.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.50.1.bb @@ -11,7 +11,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "e9f5a8c8235c9dd963b2171de9120301129c677dde933955e1df618b949c4adc" +SRC_URI[sha256sum] = "5727b5c0687ac57ba8040e79bd6731b714a36b8fcf32190f236b8fb3698789e7" DEPENDS = " \ dbus \ -- 2.47.3