diff options
author | Tim Orling <ticotimo@gmail.com> | 2021-07-09 18:31:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-10 22:42:22 +0100 |
commit | 7c1d50772dd362a25e42e8492793b0ea27e254c6 (patch) | |
tree | c560a371be7877ea0b947a8541006910c92d08a0 /meta/recipes-support/atk | |
parent | 7c5fd8006ff77f07052d9e44695a373a34b94e9a (diff) | |
download | poky-7c1d50772dd362a25e42e8492793b0ea27e254c6.tar.gz |
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
(From OE-Core rev: 8e8cc9fa09b3ee1faed19d18ecf61dd06ae8c620)
Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/atk')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.40.3.bb (renamed from meta/recipes-support/atk/at-spi2-core_2.40.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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)}" | |||
11 | 11 | ||
12 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" | 12 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "44dc17af943b0fd196c61c1e03b6c166960385cae96ccb5e95bdefffb6849f98" | 14 | SRC_URI[sha256sum] = "e49837c2ad30d71e1f29ca8e0968a54b95030272f7ff40b89b48968653f37a5c" |
15 | 15 | ||
16 | X11DEPENDS = "virtual/libx11 libxi libxtst" | 16 | X11DEPENDS = "virtual/libx11 libxi libxtst" |
17 | 17 | ||