summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/at-spi2-core_2.12.0.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:14:23 +0000
commitcfc61547be30ce10fcf982690c3c4122776bceb8 (patch)
tree9c8c8445baf08f7d2ccfaf477bc36ebd73b88811 /meta/recipes-support/atk/at-spi2-core_2.12.0.bb
parent344ce08822266a35c4d3aa84413d3d572339f8e8 (diff)
downloadpoky-cfc61547be30ce10fcf982690c3c4122776bceb8.tar.gz
at-spi2-core: upgrade to 2.14.1
Drop core_acinclude_m4.patch, merged upstream. (From OE-Core rev: 311df48b13098f3c5f51bb9f04eeba63c1aa46b3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.bb20
1 files changed, 0 insertions, 20 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
deleted file mode 100644
index e67155ccbd..0000000000
--- a/meta/recipes-support/atk/at-spi2-core_2.12.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
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 \
8 file://core_acinclude_m4.patch \
9 "
10
11SRC_URI[md5sum] = "b12ad0e0924706f5e7f51216241068ef"
12SRC_URI[sha256sum] = "db550edd98e53b4252521459c2dcaf0f3b060a9bad52489b9dbadbaedad3fb89"
13
14DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native"
15
16inherit autotools gtk-doc pkgconfig
17
18EXTRA_OECONF = "--disable-introspection --disable-xevie"
19
20FILES_${PN} += "${datadir}/dbus-1/services/*.service"