diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-02 17:47:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-03 08:21:10 +0000 |
commit | 82695056fd03344d726b551832930113bc5382d2 (patch) | |
tree | 106388fe79a32294ebf30cde3510a43c3a5c140f /meta/recipes-support/atk/at-spi2-atk_2.38.0.bb | |
parent | 63a935952912a821cb7428d2fb66cbf8d563857f (diff) | |
download | poky-82695056fd03344d726b551832930113bc5382d2.tar.gz |
at-spi2-atk: upgrade 2.34.2 -> 2.38.0
(From OE-Core rev: 8a53803f3b520420449b3e1794b3e336c7267ed9)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/atk/at-spi2-atk_2.38.0.bb')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-atk_2.38.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.38.0.bb b/meta/recipes-support/atk/at-spi2-atk_2.38.0.bb new file mode 100644 index 0000000000..fce14eecf3 --- /dev/null +++ b/meta/recipes-support/atk/at-spi2-atk_2.38.0.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "AT-SPI 2 Toolkit Bridge" | ||
2 | HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus" | ||
3 | LICENSE = "LGPL-2.1+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
5 | |||
6 | SRC_URI[archive.sha256sum] = "cfa008a5af822b36ae6287f18182c40c91dd699c55faa38605881ed175ca464f" | ||
7 | |||
8 | DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core libxml2" | ||
9 | |||
10 | GNOMEBASEBUILDCLASS = "meson" | ||
11 | inherit gnomebase upstream-version-is-even | ||
12 | |||
13 | PACKAGES =+ "${PN}-gnome ${PN}-gtk2" | ||
14 | |||
15 | FILES_${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/gtk-modules" | ||
16 | FILES_${PN}-gtk2 = "${libdir}/gtk-2.0/modules/libatk-bridge.*" | ||
17 | |||
18 | BBCLASSEXTEND = "native nativesdk" | ||