diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-04-04 18:32:20 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:03 +0100 |
commit | 1244333aadc668aebaa97c6f7ee489e2cd758832 (patch) | |
tree | 8887755041f07d3302d8e9674f4ab45c3793f44f /meta/recipes-support/atk | |
parent | 4e380d7f4bcc1db6d9f2b4a9edb7e37d91d22ac4 (diff) | |
download | poky-1244333aadc668aebaa97c6f7ee489e2cd758832.tar.gz |
at-spi2-atk: upgrade to version 2.26.2
1. convert to meson build
2. inherit gnomebase and associated cleanup
3. add libxml2 to DEPENDS list
(From OE-Core rev: 13b717f7cf05aa2f8b1bed27c5dc6ec91b9179e1)
Signed-off-by: Maxin B. John <maxin.john@intel.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-atk_2.26.2.bb (renamed from meta/recipes-support/atk/at-spi2-atk_2.26.1.bb) | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.26.1.bb b/meta/recipes-support/atk/at-spi2-atk_2.26.2.bb index 8617bb8714..16d8e45ee4 100644 --- a/meta/recipes-support/atk/at-spi2-atk_2.26.1.bb +++ b/meta/recipes-support/atk/at-spi2-atk_2.26.2.bb | |||
@@ -3,15 +3,13 @@ HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus" | |||
3 | LICENSE = "LGPLv2" | 3 | LICENSE = "LGPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886" |
5 | 5 | ||
6 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | 6 | SRC_URI[archive.md5sum] = "355c7916a69513490cb83ad34016b169" |
7 | SRC_URI[archive.sha256sum] = "61891f0abae1689f6617a963105a3f1dcdab5970c4a36ded9c79a7a544b16a6e" | ||
7 | 8 | ||
8 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" | 9 | DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core libxml2" |
9 | SRC_URI[md5sum] = "eeec6cead3350dca48a235271c105b3e" | ||
10 | SRC_URI[sha256sum] = "b4f0c27b61dbffba7a5b5ba2ff88c8cee10ff8dac774fa5b79ce906853623b75" | ||
11 | 10 | ||
12 | DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core" | 11 | GNOMEBASEBUILDCLASS = "meson" |
13 | 12 | inherit gnomebase distro_features_check upstream-version-is-even | |
14 | inherit autotools pkgconfig distro_features_check upstream-version-is-even | ||
15 | 13 | ||
16 | # The at-spi2-core requires x11 in DISTRO_FEATURES | 14 | # The at-spi2-core requires x11 in DISTRO_FEATURES |
17 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |