aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/at-spi2-core_2.14.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-12-19 17:38:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-31 08:11:45 +0000
commit311df48b13098f3c5f51bb9f04eeba63c1aa46b3 (patch)
treea8e39b36086e971e8e5f6ec434b46b578e8d2fc3 /meta/recipes-support/atk/at-spi2-core_2.14.1.bb
parentc8d333c8e6e06e65fbc77271c3b3014c9ddcf638 (diff)
downloadopenembedded-core-contrib-311df48b13098f3c5f51bb9f04eeba63c1aa46b3.tar.gz
at-spi2-core: upgrade to 2.14.1
Drop core_acinclude_m4.patch, merged upstream. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/atk/at-spi2-core_2.14.1.bb')
-rw-r--r--meta/recipes-support/atk/at-spi2-core_2.14.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.14.1.bb b/meta/recipes-support/atk/at-spi2-core_2.14.1.bb
new file mode 100644
index 0000000000..586516604a
--- /dev/null
+++ b/meta/recipes-support/atk/at-spi2-core_2.14.1.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Assistive Technology Service Provider Interface (dbus core)"
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886"
+
+MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
+
+SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
+
+SRC_URI[md5sum] = "a37993cc50d90465c9aeed95e2ac439a"
+SRC_URI[sha256sum] = "eef9660b14fdf0fb1f30d1be7c72d591fa7cbb87b00ca3a444425712f46ce657"
+
+DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native"
+
+inherit autotools gtk-doc pkgconfig
+
+EXTRA_OECONF = "--disable-introspection --disable-xevie"
+
+FILES_${PN} += "${datadir}/dbus-1/services/*.service"