Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | SUMMARY = "AT-SPI 2 Toolkit Bridge" |
| 2 | HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus" |
| 3 | LICENSE = "LGPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886" |
| 5 | |
| 6 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" |
| 7 | |
| 8 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" |
| 9 | SRC_URI[md5sum] = "eeec6cead3350dca48a235271c105b3e" |
| 10 | SRC_URI[sha256sum] = "b4f0c27b61dbffba7a5b5ba2ff88c8cee10ff8dac774fa5b79ce906853623b75" |
| 11 | |
| 12 | DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core" |
| 13 | |
| 14 | inherit autotools pkgconfig distro_features_check upstream-version-is-even |
| 15 | |
| 16 | # The at-spi2-core requires x11 in DISTRO_FEATURES |
| 17 | REQUIRED_DISTRO_FEATURES = "x11" |
| 18 | |
| 19 | PACKAGES =+ "${PN}-gnome ${PN}-gtk2" |
| 20 | |
| 21 | FILES_${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/gtk-modules" |
| 22 | FILES_${PN}-gtk2 = "${libdir}/gtk-2.0/modules/libatk-bridge.*" |