aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/at-spi2-atk_2.18.1.bb
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-06-22 14:52:23 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-01 16:08:43 +0100
commitcc4cc96215007c69109064998521a87ceab0d771 (patch)
tree23fba2919725a3ea7735fd4dbbd038657ecfb5a2 /meta/recipes-support/atk/at-spi2-atk_2.18.1.bb
parent02cbcd7a94ff90d72443241915496d1f00345b69 (diff)
downloadopenembedded-core-contrib-cc4cc96215007c69109064998521a87ceab0d771.tar.gz
at-spi2-atk: Upgrade 2.18.1 -> 2.20.1
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/atk/at-spi2-atk_2.18.1.bb')
-rw-r--r--meta/recipes-support/atk/at-spi2-atk_2.18.1.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.18.1.bb b/meta/recipes-support/atk/at-spi2-atk_2.18.1.bb
deleted file mode 100644
index b8a93f3dcb..0000000000
--- a/meta/recipes-support/atk/at-spi2-atk_2.18.1.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-SUMMARY = "AT-SPI 2 Toolkit Bridge"
-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] = "d7040a55df975865ab0d74a4b325afb5"
-SRC_URI[sha256sum] = "c4b15f9386d34d464ddad5f6cc85669742c016df87141ceee93513245979c12d"
-
-DEPENDS = "dbus glib-2.0 atk at-spi2-core"
-
-inherit autotools pkgconfig distro_features_check upstream-version-is-even
-
-# The at-spi2-core requires x11 in DISTRO_FEATURES
-REQUIRED_DISTRO_FEATURES = "x11"
-
-PACKAGES =+ "${PN}-gnome ${PN}-gtk2"
-
-FILES_${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/gtk-modules"
-FILES_${PN}-gtk2 = "${libdir}/gtk-2.0/modules/libatk-bridge.*"