diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2020-02-26 16:06:01 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-29 13:04:49 +0000 |
commit | 748ba1dc59d1b3d14ea8fbf8156c47a979350ec8 (patch) | |
tree | ea356ed0a89c314c5ee9fb938b864c8f0c2be389 | |
parent | b1515d967ebea8d9f82b89749657ddc103ff831e (diff) | |
download | poky-748ba1dc59d1b3d14ea8fbf8156c47a979350ec8.tar.gz |
at-spi2-core: upgrade 2.32.1 -> 2.34.0
Release notes:
https://gitlab.gnome.org/GNOME/at-spi2-core/-/raw/6da122f1e8d6b02dda0f368610ab72fc3d1720cf/NEWS
License-Update: Changed to LPGL-2.1+
(From OE-Core rev: 3956af4bf8a55ae0a64363c591c74c38d8468c58)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.34.0.bb (renamed from meta/recipes-support/atk/at-spi2-core_2.32.1.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.32.1.bb b/meta/recipes-support/atk/at-spi2-core_2.34.0.bb index 18b5de2d58..84e05e77fc 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.32.1.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.34.0.bb | |||
@@ -1,15 +1,15 @@ | |||
1 | SUMMARY = "Assistive Technology Service Provider Interface (dbus core)" | 1 | SUMMARY = "Assistive Technology Service Provider Interface (dbus core)" |
2 | HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus" | 2 | HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus" |
3 | LICENSE = "LGPLv2" | 3 | LICENSE = "LGPL-2.1+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | 6 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" |
7 | 7 | ||
8 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ | 8 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ |
9 | file://0001-Fix-source-reproducibility.patch" | 9 | file://0001-Fix-source-reproducibility.patch" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "998fd9d858f8fa22c4c8c15567bf6254" | 11 | SRC_URI[md5sum] = "53c21565507105fb68031cd9c21a559b" |
12 | SRC_URI[sha256sum] = "3c2aa937ebfaca2c86569bce9b16a34fbe20d69ef0c58846313b1c42f53b0d53" | 12 | SRC_URI[sha256sum] = "d629cdbd674e539f8912028512af583990938c7b49e25184c126b00121ef11c6" |
13 | 13 | ||
14 | X11DEPENDS = "virtual/libx11 libxi libxtst" | 14 | X11DEPENDS = "virtual/libx11 libxi libxtst" |
15 | 15 | ||