summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/atk_2.32.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-05-20 16:10:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-22 07:24:52 +0100
commit0b801cd317ce1bc49c0fe4298eca632aeaaf8ab9 (patch)
tree289333b56b5c76c0a8b06b323879f46b60815fe7 /meta/recipes-support/atk/atk_2.32.0.bb
parent084751c16321ab34582cf459f8378ce30aeab9db (diff)
downloadpoky-0b801cd317ce1bc49c0fe4298eca632aeaaf8ab9.tar.gz
atk: upgrade 2.30.0 -> 2.32.0
(From OE-Core rev: 7e2e6852691e8ac40424f73b46225cda907c6ab6) 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/atk_2.32.0.bb')
-rw-r--r--meta/recipes-support/atk/atk_2.32.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/atk_2.32.0.bb b/meta/recipes-support/atk/atk_2.32.0.bb
new file mode 100644
index 0000000000..67223729e9
--- /dev/null
+++ b/meta/recipes-support/atk/atk_2.32.0.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Accessibility toolkit for GNOME"
2HOMEPAGE = "http://live.gnome.org/GAP/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4SECTION = "x11/libs"
5
6LICENSE = "GPLv2+ & LGPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
8 file://atk/atkutil.c;endline=18;md5=6fd31cd2fdc9b30f619ca8d819bc12d3 \
9 file://atk/atk.h;endline=18;md5=fcd7710187e0eae485e356c30d1b0c3b"
10
11# Need gettext-native as Meson can't turn off i18n
12DEPENDS = "gettext-native glib-2.0"
13
14GNOMEBASEBUILDCLASS = "meson"
15inherit gnomebase gtk-doc gettext upstream-version-is-even gobject-introspection
16
17SRC_URI += " file://0001-meson.build-enable-introspection-for-cross-compile.patch"
18SRC_URI[archive.md5sum] = "c10b0b2af3c199e42caa6275b845c49d"
19SRC_URI[archive.sha256sum] = "cb41feda7fe4ef0daa024471438ea0219592baf7c291347e5a858bb64e4091cc"
20
21BBCLASSEXTEND = "native nativesdk"
22