From 29702920adebefd2cf1ea1fde0b0f5b44b14ee40 Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Mon, 18 Nov 2013 17:03:14 +0200 Subject: at-spi2-core: upgrade to 2.10.2 Signed-off-by: Cristiana Voicu Signed-off-by: Saul Wold --- meta/recipes-support/atk/at-spi2-core_2.10.0.bb | 17 ----------------- meta/recipes-support/atk/at-spi2-core_2.10.2.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-support/atk/at-spi2-core_2.10.0.bb create mode 100644 meta/recipes-support/atk/at-spi2-core_2.10.2.bb diff --git a/meta/recipes-support/atk/at-spi2-core_2.10.0.bb b/meta/recipes-support/atk/at-spi2-core_2.10.0.bb deleted file mode 100644 index a6ff734f48..0000000000 --- a/meta/recipes-support/atk/at-spi2-core_2.10.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Assistive Technology Service Provider Interface (dbus core)" -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] = "bb3b6f5679ecfc7dabcf76a1b6bfe2db" -SRC_URI[sha256sum] = "964155c7574220a00e11e1c0d91f2d3017ed603920eb1333ff9cbdb6a22744db" - -DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" - -inherit autotools gtk-doc - -EXTRA_OECONF = "--disable-introspection --disable-xevie" - -FILES_${PN} += "${datadir}/dbus-1/services/*.service" diff --git a/meta/recipes-support/atk/at-spi2-core_2.10.2.bb b/meta/recipes-support/atk/at-spi2-core_2.10.2.bb new file mode 100644 index 0000000000..1cfbc9f511 --- /dev/null +++ b/meta/recipes-support/atk/at-spi2-core_2.10.2.bb @@ -0,0 +1,17 @@ +SUMMARY = "Assistive Technology Service Provider Interface (dbus core)" +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] = "d4a198201f6189fb248f3edd19efe39c" +SRC_URI[sha256sum] = "d3da58f84f4c8e4d5fe940ecb52fb27b4d9ea2b4dcdb3e1fae0f46b5eaa2dde1" + +DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" + +inherit autotools gtk-doc + +EXTRA_OECONF = "--disable-introspection --disable-xevie" + +FILES_${PN} += "${datadir}/dbus-1/services/*.service" -- cgit 1.2.3-korg