From 311df48b13098f3c5f51bb9f04eeba63c1aa46b3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 19 Dec 2014 17:38:47 +0000 Subject: at-spi2-core: upgrade to 2.14.1 Drop core_acinclude_m4.patch, merged upstream. Signed-off-by: Ross Burton --- meta/recipes-support/atk/at-spi2-core_2.12.0.bb | 20 ----------- meta/recipes-support/atk/at-spi2-core_2.14.1.bb | 18 ++++++++++ .../atk/files/core_acinclude_m4.patch | 40 ---------------------- 3 files changed, 18 insertions(+), 60 deletions(-) delete mode 100644 meta/recipes-support/atk/at-spi2-core_2.12.0.bb create mode 100644 meta/recipes-support/atk/at-spi2-core_2.14.1.bb delete mode 100644 meta/recipes-support/atk/files/core_acinclude_m4.patch (limited to 'meta') diff --git a/meta/recipes-support/atk/at-spi2-core_2.12.0.bb b/meta/recipes-support/atk/at-spi2-core_2.12.0.bb deleted file mode 100644 index e67155ccbd..0000000000 --- a/meta/recipes-support/atk/at-spi2-core_2.12.0.bb +++ /dev/null @@ -1,20 +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://core_acinclude_m4.patch \ - " - -SRC_URI[md5sum] = "b12ad0e0924706f5e7f51216241068ef" -SRC_URI[sha256sum] = "db550edd98e53b4252521459c2dcaf0f3b060a9bad52489b9dbadbaedad3fb89" - -DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" - -inherit autotools gtk-doc pkgconfig - -EXTRA_OECONF = "--disable-introspection --disable-xevie" - -FILES_${PN} += "${datadir}/dbus-1/services/*.service" diff --git a/meta/recipes-support/atk/at-spi2-core_2.14.1.bb b/meta/recipes-support/atk/at-spi2-core_2.14.1.bb new file mode 100644 index 0000000000..586516604a --- /dev/null +++ b/meta/recipes-support/atk/at-spi2-core_2.14.1.bb @@ -0,0 +1,18 @@ +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] = "a37993cc50d90465c9aeed95e2ac439a" +SRC_URI[sha256sum] = "eef9660b14fdf0fb1f30d1be7c72d591fa7cbb87b00ca3a444425712f46ce657" + +DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" + +inherit autotools gtk-doc pkgconfig + +EXTRA_OECONF = "--disable-introspection --disable-xevie" + +FILES_${PN} += "${datadir}/dbus-1/services/*.service" diff --git a/meta/recipes-support/atk/files/core_acinclude_m4.patch b/meta/recipes-support/atk/files/core_acinclude_m4.patch deleted file mode 100644 index 29c538e2c3..0000000000 --- a/meta/recipes-support/atk/files/core_acinclude_m4.patch +++ /dev/null @@ -1,40 +0,0 @@ -at-spi2-core: fix alignof m4 macro - -DBIND_CHECK_ALIGNOF does not work when cross-compiling, so we modify -it to use AC_CHECK_ALIGNOF. - -Upstream-Status: Pending - -Signed-off-by: joe.slater@windriver.com - - ---- a/acinclude.m4 -+++ b/acinclude.m4 -@@ -2,7 +2,26 @@ - # type alignment test # - ####################### - --AC_DEFUN([DBIND_CHECK_ALIGNOF], -+AC_DEFUN([DBIND_CHECK_ALIGNOF],[ -+AC_CHECK_ALIGNOF($1,[ -+#include -+#include -+#define DBUS_API_SUBJECT_TO_CHANGE -+#include -+typedef struct {char s1;} dbind_struct; -+typedef void *dbind_pointer; -+]) -+ -+dnl Note that we substitute for names like @DBIND_ALIGNOF_DBIND_STRUCT@, but -+dnl we #define names like ALIGNOF_DBIND_STRUCT in config.h! -+dnl -+AC_SUBST(translit(dbind_alignof_$1, [a-z *], [A-Z_P]),[$ac_cv_alignof_$1]) -+ -+]) -+ -+dnl The following does not work for cross-compilation. -+dnl -+AC_DEFUN([xDBIND_CHECK_ALIGNOF], - [changequote(<<, >>)dnl - dnl The name to #define. - define(<>, -- cgit 1.2.3-korg