diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2014-04-18 09:40:33 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-23 11:43:28 +0100 |
commit | 8752cb10ae1f9d245706bfc0dcb55dbf71ae138a (patch) | |
tree | 61da052aeaa0df301c4fd1a6ba48e84071f09eec /meta/recipes-support/atk/at-spi2-atk_2.12.0.bb | |
parent | 7455c174a7fac2928ef19f448b60b17b070f0932 (diff) | |
download | poky-8752cb10ae1f9d245706bfc0dcb55dbf71ae138a.tar.gz |
at-spi2-atk: upgrade to 2.12.0
(From OE-Core rev: 982443d0d9373aba3d86a977c16a8780425b736e)
Signed-off-by: Cristiana Voicu <cristiana.voicu@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.bb | 19 |
1 files changed, 19 insertions, 0 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 new file mode 100644 index 0000000000..dac5ab415b --- /dev/null +++ b/meta/recipes-support/atk/at-spi2-atk_2.12.0.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | SUMMARY = "AT-SPI 2 Toolkit Bridge" | ||
2 | LICENSE = "LGPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886" | ||
4 | |||
5 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | ||
6 | |||
7 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" | ||
8 | SRC_URI[md5sum] = "aafc5e1bb17cd3ad440f6350e7a021c1" | ||
9 | SRC_URI[sha256sum] = "3b5467c9f169812bc36a4245355b7deedea0a62eb22153df96ced88dcd1c3633" | ||
10 | |||
11 | DEPENDS = "dbus glib-2.0 atk at-spi2-core" | ||
12 | |||
13 | inherit autotools | ||
14 | |||
15 | PACKAGES =+ "${PN}-gnome ${PN}-gtk2" | ||
16 | |||
17 | FILES_${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/gtk-modules" | ||
18 | FILES_${PN}-gtk2 = "${libdir}/gtk-2.0/modules/libatk-bridge.*" | ||
19 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" | ||