From 81c23512a63242d291a8087797ef515b4bec79a8 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 19 Dec 2014 17:40:42 +0000 Subject: at-spi2-atk: upgrade to 2.14.1. Signed-off-by: Ross Burton --- meta/recipes-support/atk/at-spi2-atk_2.12.1.bb | 19 ------------------- meta/recipes-support/atk/at-spi2-atk_2.14.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-support/atk/at-spi2-atk_2.12.1.bb create mode 100644 meta/recipes-support/atk/at-spi2-atk_2.14.1.bb diff --git a/meta/recipes-support/atk/at-spi2-atk_2.12.1.bb b/meta/recipes-support/atk/at-spi2-atk_2.12.1.bb deleted file mode 100644 index 4431c3d9eb..0000000000 --- a/meta/recipes-support/atk/at-spi2-atk_2.12.1.bb +++ /dev/null @@ -1,19 +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] = "ae11df528f1f038987797f39c8357f81" -SRC_URI[sha256sum] = "5fa9c527bdec028e06797563cd52d49bcf06f638549df983424d88db89bb1336" - -DEPENDS = "dbus glib-2.0 atk at-spi2-core" - -inherit autotools pkgconfig - -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.*" -FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" diff --git a/meta/recipes-support/atk/at-spi2-atk_2.14.1.bb b/meta/recipes-support/atk/at-spi2-atk_2.14.1.bb new file mode 100644 index 0000000000..23913899ce --- /dev/null +++ b/meta/recipes-support/atk/at-spi2-atk_2.14.1.bb @@ -0,0 +1,19 @@ +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] = "5c6a085249a6d4e792ead86dca183504" +SRC_URI[sha256sum] = "058f34ea60edf0a5f831c9f2bdd280fe95c1bcafb76e466e44aa0fb356d17bcb" + +DEPENDS = "dbus glib-2.0 atk at-spi2-core" + +inherit autotools pkgconfig + +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.*" +FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" -- cgit 1.2.3-korg