From 4a1b6ad7d453fffef4f1eacb60bf4a49ca3579ae Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Thu, 9 Apr 2015 15:16:25 +0300 Subject: at-spi2-atk: Upgrade to 2.16.0 (From OE-Core rev: dae6fccacfc7dbf3b2e5e1e0cb6de69d01671458) Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- meta/recipes-support/atk/at-spi2-atk_2.14.1.bb | 19 ------------------- meta/recipes-support/atk/at-spi2-atk_2.16.0.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-support/atk/at-spi2-atk_2.14.1.bb create mode 100644 meta/recipes-support/atk/at-spi2-atk_2.16.0.bb (limited to 'meta/recipes-support/atk') 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 deleted file mode 100644 index 23913899ce..0000000000 --- a/meta/recipes-support/atk/at-spi2-atk_2.14.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] = "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" diff --git a/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb b/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb new file mode 100644 index 0000000000..d8379c1011 --- /dev/null +++ b/meta/recipes-support/atk/at-spi2-atk_2.16.0.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] = "8936488c8cdce0e158f80b2e247527f9" +SRC_URI[sha256sum] = "78efc45ec36383bf785f8636e64a8d866defeb020e00a08f92978f1fc3772ff9" + +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 v1.2.3-54-g00ecf