diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-13 17:27:52 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-14 09:19:37 +0100 |
| commit | 5f0ac6f2f34c3e62908f2de924e76f43dc3d7cf0 (patch) | |
| tree | c0a353703b3f4595d14e743e84a5e9a834598f53 /meta/recipes-support | |
| parent | e57e25ed9f327f2ab2a0427efd1fd16907f44d4f (diff) | |
| download | poky-5f0ac6f2f34c3e62908f2de924e76f43dc3d7cf0.tar.gz | |
at-spi2-core: upgrade 2.48.3 -> 2.48.4
Changelog:
=========
* Add atspi_get_version() to return the runtime version of the AT-SPI library.
* collection: Fix match testing for attributes.
* collection: Avoid locking up if an object has a very large child count
* Fix possible NULL pointer dereference when deregistering an event listener.
* Various fixes for the new key grabbing API.
(From OE-Core rev: 33447452f8f117db39fa33d31a325ee4298a4b75)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
| -rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.48.4.bb (renamed from meta/recipes-support/atk/at-spi2-core_2.48.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.48.3.bb b/meta/recipes-support/atk/at-spi2-core_2.48.4.bb index 17b0e39a5e..0f355d8af7 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.48.3.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.48.4.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] = "37316df43ca9989ce539d54cf429a768c28bb38a0b34950beadd0421827edf55" | 14 | SRC_URI[sha256sum] = "29ecb12992e8339675f5d755c8735ea3ea298379cfa2c93fde96bee5dc57a515" |
| 15 | 15 | ||
| 16 | DEPENDS = " \ | 16 | DEPENDS = " \ |
| 17 | dbus \ | 17 | dbus \ |
