diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-01 11:19:44 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-02-22 04:34:14 -1000 |
commit | 7584c6d12a3b573781c6cc72f73e8d94e1824609 (patch) | |
tree | 16f1323227339384e287705bd201119afbab685f | |
parent | e8f1ae5d33a066d299b708df3e400760995b803c (diff) | |
download | poky-7584c6d12a3b573781c6cc72f73e8d94e1824609.tar.gz |
at-spi2-core: upgrade 2.50.0 -> 2.50.1
Changelog:
atk-adaptor: Fix critical when no table cell array is returned.
(From OE-Core rev: e742e3bdfbcb7cbbc7c4a3e26151b5ee3aa291e2)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9bed9f07aea6c425748c8908641ce8a99fd5162f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.50.1.bb (renamed from meta/recipes-support/atk/at-spi2-core_2.50.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 57958fb7f5..6996ebebcd 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)}" | |||
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] = "e9f5a8c8235c9dd963b2171de9120301129c677dde933955e1df618b949c4adc" | 14 | SRC_URI[sha256sum] = "5727b5c0687ac57ba8040e79bd6731b714a36b8fcf32190f236b8fb3698789e7" |
15 | 15 | ||
16 | DEPENDS = " \ | 16 | DEPENDS = " \ |
17 | dbus \ | 17 | dbus \ |