diff options
4 files changed, 16 insertions, 59 deletions
diff --git a/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/04-use-pkg-config-for-gnutls.patch b/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/04-use-pkg-config-for-gnutls.patch deleted file mode 100644 index 0fc87abd09..0000000000 --- a/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/04-use-pkg-config-for-gnutls.patch +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | Description: use pkg-config to detect gnutls | ||
| 4 | Debian: http://bugs.debian.org/529835 | ||
| 5 | Origin: http://groups.google.com/group/loudmouth-dev/browse_thread/thread/3f78255837048daf# | ||
| 6 | |||
| 7 | --- a/configure.ac.orig 2009-08-16 20:29:36.000000000 +0200 | ||
| 8 | +++ b/configure.ac 2009-08-16 20:30:43.000000000 +0200 | ||
| 9 | @@ -146,10 +146,12 @@ AC_ARG_WITH(openssl-libs, | ||
| 10 | enable_ssl=no | ||
| 11 | if test "x$ac_ssl" = "xgnutls"; then | ||
| 12 | dnl Look for GnuTLS | ||
| 13 | - AM_PATH_LM_LIBGNUTLS($GNUTLS_REQUIRED, have_libgnutls=yes, have_libgnutls=no) | ||
| 14 | - if test "x$have_libgnutls" = "xyes"; then | ||
| 15 | - CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS" | ||
| 16 | - LIBS="$LIBS $LIBGNUTLS_LIBS" | ||
| 17 | + PKG_CHECK_MODULES(GNUTLS, gnutls >= $GNUTLS_REQUIRED, have_gnutls=yes, have_gnutls=no) | ||
| 18 | + if test "x$have_gnutls" = "xyes"; then | ||
| 19 | + AC_SUBST(ASYNCNS_CFLAGS) | ||
| 20 | + AC_SUBST(ASYNCNS_LIBS) | ||
| 21 | + CFLAGS="$CFLAGS $GNUTLS_CFLAGS" | ||
| 22 | + LIBS="$LIBS $GNUTLS_LIBS" | ||
| 23 | AC_DEFINE(HAVE_GNUTLS, 1, [whether to use GnuTSL support.]) | ||
| 24 | enable_ssl=GnuTLS | ||
| 25 | else | ||
diff --git a/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/glib-2.32.patch b/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/glib-2.32.patch deleted file mode 100644 index 921aded943..0000000000 --- a/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/glib-2.32.patch +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | --- loudmouth-1.4.3.orig/loudmouth/lm-error.c 2008-10-29 21:48:15.000000000 +0100 | ||
| 4 | +++ loudmouth-1.4.3/loudmouth/lm-error.c 2012-05-06 08:27:07.455739440 +0200 | ||
| 5 | @@ -19,7 +19,6 @@ | ||
| 6 | */ | ||
| 7 | |||
| 8 | #include <config.h> | ||
| 9 | -#include <glib/gerror.h> | ||
| 10 | #include "lm-error.h" | ||
| 11 | |||
| 12 | /** | ||
diff --git a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb deleted file mode 100644 index 0593469a45..0000000000 --- a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol." | ||
| 2 | HOMEPAGE = "http://www.loudmouth-project.org/" | ||
| 3 | |||
| 4 | LICENSE = "LGPL-2.1-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c4f38aef94828f6b280e00d1173be689" | ||
| 6 | |||
| 7 | DEPENDS = "glib-2.0 libcheck openssl libidn" | ||
| 8 | |||
| 9 | GNOMEBASEBUILDCLASS = "autotools" | ||
| 10 | inherit gnomebase gtk-doc | ||
| 11 | |||
| 12 | PR = "r2" | ||
| 13 | |||
| 14 | SRC_URI += "file://04-use-pkg-config-for-gnutls.patch \ | ||
| 15 | file://glib-2.32.patch" | ||
| 16 | |||
| 17 | SRC_URI[archive.md5sum] = "55339ca42494690c3942ee1465a96937" | ||
| 18 | SRC_URI[archive.sha256sum] = "95a93f5d009b71ea8193d994aa11f311bc330a3efe1b7cd74dc48f11c7f929e3" | ||
| 19 | GNOME_COMPRESS_TYPE="bz2" | ||
| 20 | |||
| 21 | EXTRA_OECONF = "--with-ssl=openssl" | ||
| 22 | |||
diff --git a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.5.4.bb b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.5.4.bb new file mode 100644 index 0000000000..f67c46b428 --- /dev/null +++ b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.5.4.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol." | ||
| 2 | HOMEPAGE = "http://www.loudmouth-project.org/" | ||
| 3 | |||
| 4 | LICENSE = "LGPL-2.1-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 6 | |||
| 7 | DEPENDS = "glib-2.0 libcheck openssl libidn" | ||
| 8 | |||
| 9 | GNOMEBASEBUILDCLASS = "autotools" | ||
| 10 | |||
| 11 | inherit gnomebase gtk-doc | ||
| 12 | |||
| 13 | SRC_URI = "https://github.com/mcabber/${BPN}/releases/download/${PV}/${BP}.tar.bz2" | ||
| 14 | SRC_URI[sha256sum] = "31cbc91c1fddcc5346b3373b8fb45594e9ea9cc7fe36d0595e8912c47ad94d0d" | ||
| 15 | |||
| 16 | EXTRA_OECONF = "--with-ssl=openssl --with-compile-warnings=no" | ||
