summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/at-spi2-core_2.12.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/atk/at-spi2-core_2.12.0.bb')
-rw-r--r--meta/recipes-support/atk/at-spi2-core_2.12.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.12.0.bb b/meta/recipes-support/atk/at-spi2-core_2.12.0.bb
new file mode 100644
index 0000000000..bdda15ad8a
--- /dev/null
+++ b/meta/recipes-support/atk/at-spi2-core_2.12.0.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Assistive Technology Service Provider Interface (dbus core)"
2LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886"
4
5MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
6
7SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
8SRC_URI[md5sum] = "b12ad0e0924706f5e7f51216241068ef"
9SRC_URI[sha256sum] = "db550edd98e53b4252521459c2dcaf0f3b060a9bad52489b9dbadbaedad3fb89"
10
11DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native"
12
13inherit autotools gtk-doc
14
15EXTRA_OECONF = "--disable-introspection --disable-xevie"
16
17FILES_${PN} += "${datadir}/dbus-1/services/*.service"