diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-12-20 16:43:35 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-11 10:39:08 +0000 |
commit | 10ad7a1eeac79ff092947b9d8c28287080e35b93 (patch) | |
tree | e3a8afdc7a295a3b75f85e30cfce59126f67dc46 /meta/recipes-support/atk/at-spi2-atk_2.30.0.bb | |
parent | 2661cf0a3644ffef9d7afffca3605c6049f722f8 (diff) | |
download | poky-10ad7a1eeac79ff092947b9d8c28287080e35b93.tar.gz |
at-spi2-atk: upgrade 2.26.2 -> 2.30.0
For changes, see:
https://github.com/GNOME/at-spi2-atk/blob/AT_SPI2_ATK_2_30_0/NEWS
(From OE-Core rev: 7238f50f9762ef7fc784ef3addf1a6edfa09d5a3)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/atk/at-spi2-atk_2.30.0.bb')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-atk_2.30.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.30.0.bb b/meta/recipes-support/atk/at-spi2-atk_2.30.0.bb new file mode 100644 index 0000000000..eb4be6b6d8 --- /dev/null +++ b/meta/recipes-support/atk/at-spi2-atk_2.30.0.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "AT-SPI 2 Toolkit Bridge" | ||
2 | HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus" | ||
3 | LICENSE = "LGPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886" | ||
5 | |||
6 | SRC_URI[archive.md5sum] = "1ad754b90bcb14244b73ca4d0c14d274" | ||
7 | SRC_URI[archive.sha256sum] = "e2e1571004ea7b105c969473ce455a95be4038fb2541471714aeb33a26da8a9a" | ||
8 | |||
9 | DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core libxml2" | ||
10 | |||
11 | GNOMEBASEBUILDCLASS = "meson" | ||
12 | inherit gnomebase distro_features_check upstream-version-is-even | ||
13 | |||
14 | # The at-spi2-core requires x11 in DISTRO_FEATURES | ||
15 | REQUIRED_DISTRO_FEATURES = "x11" | ||
16 | |||
17 | PACKAGES =+ "${PN}-gnome ${PN}-gtk2" | ||
18 | |||
19 | FILES_${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/gtk-modules" | ||
20 | FILES_${PN}-gtk2 = "${libdir}/gtk-2.0/modules/libatk-bridge.*" | ||