summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/at-spi2-atk_2.12.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-07-22 19:38:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-23 21:59:15 +0100
commit4bad95b3da772e9e2060379ccf737d976eb590b8 (patch)
tree77b22883311ffa5999720ef41b135f15072e1f6e /meta/recipes-support/atk/at-spi2-atk_2.12.0.bb
parentda056f0bd623518dc9ff20d5a6138187f9927698 (diff)
downloadpoky-4bad95b3da772e9e2060379ccf737d976eb590b8.tar.gz
at-spi2-atk: upgrade to 2.12.1
(From OE-Core rev: e5a07935565392aa202cafac029ae5756fa5f22b) 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-atk_2.12.0.bb')
-rw-r--r--meta/recipes-support/atk/at-spi2-atk_2.12.0.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.12.0.bb b/meta/recipes-support/atk/at-spi2-atk_2.12.0.bb
deleted file mode 100644
index db6dc9032c..0000000000
--- a/meta/recipes-support/atk/at-spi2-atk_2.12.0.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "AT-SPI 2 Toolkit Bridge"
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] = "aafc5e1bb17cd3ad440f6350e7a021c1"
9SRC_URI[sha256sum] = "3b5467c9f169812bc36a4245355b7deedea0a62eb22153df96ced88dcd1c3633"
10
11DEPENDS = "dbus glib-2.0 atk at-spi2-core"
12
13inherit autotools pkgconfig
14
15PACKAGES =+ "${PN}-gnome ${PN}-gtk2"
16
17FILES_${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/gtk-modules"
18FILES_${PN}-gtk2 = "${libdir}/gtk-2.0/modules/libatk-bridge.*"
19FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug"