From 2704c84098bb8b23dc79c4369947048a1a67c655 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Wed, 31 May 2017 14:23:14 +0300 Subject: at-spi2-atk: Upgrade 2.24.0 -> 2.24.1 Tiny bug fix upgrade. Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton --- meta/recipes-support/atk/at-spi2-atk_2.24.0.bb | 21 --------------------- meta/recipes-support/atk/at-spi2-atk_2.24.1.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-support/atk/at-spi2-atk_2.24.0.bb create mode 100644 meta/recipes-support/atk/at-spi2-atk_2.24.1.bb (limited to 'meta') diff --git a/meta/recipes-support/atk/at-spi2-atk_2.24.0.bb b/meta/recipes-support/atk/at-spi2-atk_2.24.0.bb deleted file mode 100644 index 98a1c9cc69..0000000000 --- a/meta/recipes-support/atk/at-spi2-atk_2.24.0.bb +++ /dev/null @@ -1,21 +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] = "984f27528b0e3ec1f153a901cd4fe497" -SRC_URI[sha256sum] = "022d68497c05cc65ba7cd2b166132de9a160c8d90e9200b5faa473ef7e784c61" - -DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core" - -inherit autotools pkgconfig distro_features_check upstream-version-is-even - -# The at-spi2-core requires x11 in DISTRO_FEATURES -REQUIRED_DISTRO_FEATURES = "x11" - -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.*" diff --git a/meta/recipes-support/atk/at-spi2-atk_2.24.1.bb b/meta/recipes-support/atk/at-spi2-atk_2.24.1.bb new file mode 100644 index 0000000000..ac550810aa --- /dev/null +++ b/meta/recipes-support/atk/at-spi2-atk_2.24.1.bb @@ -0,0 +1,21 @@ +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] = "79388fbc4dc7f27394556dd389aeb594" +SRC_URI[sha256sum] = "60dc90ac4f74b8ffe96a9363c25208a443b381bacecfefea6de549f20ed6957d" + +DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core" + +inherit autotools pkgconfig distro_features_check upstream-version-is-even + +# The at-spi2-core requires x11 in DISTRO_FEATURES +REQUIRED_DISTRO_FEATURES = "x11" + +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.*" -- cgit 1.2.3-korg