diff options
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" | ||