From 43648502fe3d6c0600013834edcfece4f4719709 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 22 Jan 2016 15:37:57 +0200 Subject: at-spi2-core: update to 2.18.3 (From OE-Core rev: dd70be95ac0aa00b45352bf13e7eab924a27eb34) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/atk/at-spi2-core_2.18.1.bb | 23 ----------------------- meta/recipes-support/atk/at-spi2-core_2.18.3.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-support/atk/at-spi2-core_2.18.1.bb create mode 100644 meta/recipes-support/atk/at-spi2-core_2.18.3.bb (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/atk/at-spi2-core_2.18.1.bb b/meta/recipes-support/atk/at-spi2-core_2.18.1.bb deleted file mode 100644 index bade3c61ad..0000000000 --- a/meta/recipes-support/atk/at-spi2-core_2.18.1.bb +++ /dev/null @@ -1,23 +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 \ - file://0001-nls.m4-Take-it-from-gettext-0.15.patch \ - " - -SRC_URI[md5sum] = "5f13ba8cfd97cf817261954ef49ebd48" -SRC_URI[sha256sum] = "57d555be4cc64905454687bf9bb7dc1e68531bee93befa77222d94ea083f01cf" - -DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native gettext-native" - -inherit autotools gtk-doc pkgconfig distro_features_check upstream-version-is-even -# depends on virtual/libx11 -REQUIRED_DISTRO_FEATURES = "x11" - -EXTRA_OECONF = "--disable-introspection --disable-xevie --with-dbus-daemondir=${bindir}" - -FILES_${PN} += "${datadir}/dbus-1/services/*.service \ - ${datadir}/dbus-1/accessibility-services/*.service" diff --git a/meta/recipes-support/atk/at-spi2-core_2.18.3.bb b/meta/recipes-support/atk/at-spi2-core_2.18.3.bb new file mode 100644 index 0000000000..f22bb838b0 --- /dev/null +++ b/meta/recipes-support/atk/at-spi2-core_2.18.3.bb @@ -0,0 +1,23 @@ +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 \ + file://0001-nls.m4-Take-it-from-gettext-0.15.patch \ + " + +SRC_URI[md5sum] = "fc18801e56f6ce6914126f837d42f556" +SRC_URI[sha256sum] = "ada26add94155f97d0f601a20cb7a0e3fd3ba1588c3520b7288316494027d629" + +DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native gettext-native" + +inherit autotools gtk-doc pkgconfig distro_features_check upstream-version-is-even +# depends on virtual/libx11 +REQUIRED_DISTRO_FEATURES = "x11" + +EXTRA_OECONF = "--disable-introspection --disable-xevie --with-dbus-daemondir=${bindir}" + +FILES_${PN} += "${datadir}/dbus-1/services/*.service \ + ${datadir}/dbus-1/accessibility-services/*.service" -- cgit v1.2.3-54-g00ecf