summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/at-spi2-atk_2.34.1.bb
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2020-02-28 21:03:59 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-29 13:04:49 +0000
commit070c0d27a8b8768698115d0862eb13b719add44a (patch)
treedccbee336b982fae5cb0bd3b1478be7a61cc5a3c /meta/recipes-support/atk/at-spi2-atk_2.34.1.bb
parent748ba1dc59d1b3d14ea8fbf8156c47a979350ec8 (diff)
downloadpoky-070c0d27a8b8768698115d0862eb13b719add44a.tar.gz
at-spi2-atk: upgrade 2.32.0 -> 2.34.1
Add patch to fix missing sys/time.h include in tests/atk_test_util.h Release notes: https://gitlab.gnome.org/GNOME/at-spi2-atk/-/raw/043b793de2161a0548835424f4d087ac90d1172d/NEWS License-Update: Changed to LGPL-2.1+ (From OE-Core rev: dd78eeef75cb94f14dda8ae50c0a0bee1fcfca07) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/atk/at-spi2-atk_2.34.1.bb')
-rw-r--r--meta/recipes-support/atk/at-spi2-atk_2.34.1.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.34.1.bb b/meta/recipes-support/atk/at-spi2-atk_2.34.1.bb
new file mode 100644
index 0000000000..6947559200
--- /dev/null
+++ b/meta/recipes-support/atk/at-spi2-atk_2.34.1.bb
@@ -0,0 +1,24 @@
1SUMMARY = "AT-SPI 2 Toolkit Bridge"
2HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus"
3LICENSE = "LGPL-2.1+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6SRC_URI[archive.md5sum] = "e0f99641c5a403041c4214be04722e15"
7SRC_URI[archive.sha256sum] = "776df930748fde71c128be6c366a987b98b6ee66d508ed9c8db2355bf4b9cc16"
8
9DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core libxml2"
10
11GNOMEBASEBUILDCLASS = "meson"
12inherit gnomebase features_check upstream-version-is-even
13
14# gnomebase.bbclass sets SRC_URI = , so we need to append after, at least for -native
15SRC_URI += " file://0001-atk_test_util.h-add-missing-sys-time.h-include.patch"
16
17PACKAGES =+ "${PN}-gnome ${PN}-gtk2"
18
19FILES_${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/gtk-modules"
20FILES_${PN}-gtk2 = "${libdir}/gtk-2.0/modules/libatk-bridge.*"
21
22BBCLASSEXTEND = "native nativesdk"
23
24CFLAGS += "-fcommon"