diff options
| author | Ross Burton <ross.burton@intel.com> | 2013-05-23 15:26:50 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-17 16:45:32 +0100 |
| commit | 91c347d0a09512c13052140e0a3031bfaade7422 (patch) | |
| tree | bc86234b8308340256f921eeaa10123157aa342e /meta/recipes-support/atk | |
| parent | 7f58f4c5f4e0a49b002124636d1f1c568d17bbbc (diff) | |
| download | poky-91c347d0a09512c13052140e0a3031bfaade7422.tar.gz | |
at-spi2: add -core and -atk, for GTK+ 3.8
(From OE-Core rev: d92ffafbdced78b775ef6b4a908fa2532383b984)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/atk')
| -rw-r--r-- | meta/recipes-support/atk/at-spi2-atk_2.8.1.bb | 19 | ||||
| -rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.8.0.bb | 17 |
2 files changed, 36 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.8.1.bb b/meta/recipes-support/atk/at-spi2-atk_2.8.1.bb new file mode 100644 index 0000000000..32cbe3b6b7 --- /dev/null +++ b/meta/recipes-support/atk/at-spi2-atk_2.8.1.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] = "854e36a2538bea50bc08d33aa9499bb2" | ||
| 9 | SRC_URI[sha256sum] = "eb659b94fde6dc0a2f584c9121a5e6d39a4c8aa297d21d8f9032f7a8a775fd06" | ||
| 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" | ||
diff --git a/meta/recipes-support/atk/at-spi2-core_2.8.0.bb b/meta/recipes-support/atk/at-spi2-core_2.8.0.bb new file mode 100644 index 0000000000..34cdcbba61 --- /dev/null +++ b/meta/recipes-support/atk/at-spi2-core_2.8.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Assistive Technology Service Provider Interface (dbus core)" | ||
| 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] = "93b57d5d56d15d1222ddf2386e2f869f" | ||
| 9 | SRC_URI[sha256sum] = "1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458" | ||
| 10 | |||
| 11 | DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst" | ||
| 12 | |||
| 13 | inherit autotools gtk-doc | ||
| 14 | |||
| 15 | EXTRA_OECONF = "--disable-introspection --disable-xevie" | ||
| 16 | |||
| 17 | FILES_${PN} += "${datadir}/dbus-1/services/*.service" | ||
