From: Tim Orling Date: Sat, 10 Jul 2021 01:31:08 +0000 (-0700) Subject: at-spi2-core: upgrade 2.40.2 -> 2.40.3 X-Git-Tag: uninative-3.3~268 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8e8cc9fa09b3ee1faed19d18ecf61dd06ae8c620;p=openembedded-core.git 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 --- 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"