From 8e8cc9fa09b3ee1faed19d18ecf61dd06ae8c620 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 9 Jul 2021 18:31:08 -0700 Subject: [PATCH] at-spi2-core: upgrade 2.40.2 -> 2.40.3 What's new in at-spi2-core 2.40.3: * Use abstract sockets if libdbus is older than 1.12.0 (#37). References: https://gitlab.gnome.org/GNOME/at-spi2-core/-/issues/37 Signed-off-by: Tim Orling Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../atk/{at-spi2-core_2.40.2.bb => at-spi2-core_2.40.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/atk/{at-spi2-core_2.40.2.bb => at-spi2-core_2.40.3.bb} (94%) diff --git a/meta/recipes-support/atk/at-spi2-core_2.40.2.bb b/meta/recipes-support/atk/at-spi2-core_2.40.3.bb similarity index 94% rename from meta/recipes-support/atk/at-spi2-core_2.40.2.bb rename to meta/recipes-support/atk/at-spi2-core_2.40.3.bb index ebd3ed49c6..b1a7b51b92 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.40.2.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.40.3.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] = "44dc17af943b0fd196c61c1e03b6c166960385cae96ccb5e95bdefffb6849f98" +SRC_URI[sha256sum] = "e49837c2ad30d71e1f29ca8e0968a54b95030272f7ff40b89b48968653f37a5c" X11DEPENDS = "virtual/libx11 libxi libxtst" -- 2.40.1