summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-12 09:46:09 -0800
committerKhem Raj <raj.khem@gmail.com>2023-11-12 12:02:25 -0800
commit99579c5906a99ae948a077262510d3af06b3e465 (patch)
tree2955a25e24fa9c1f1c8210ead7e75e3073a36c3e /meta-oe/recipes-connectivity
parentd4947d869ab537356f75254322f4fcb959085636 (diff)
downloadmeta-openembedded-99579c5906a99ae948a077262510d3af06b3e465.tar.gz
loudmouth: Upgrade to 1.5.4
License-Update: Update the postal address of the FSF [1] Drop patches not needed anymore. [1] https://github.com/mcabber/loudmouth/commit/c1f7ffdeb1f9f78eeb377bd28c7be8c146161327 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/04-use-pkg-config-for-gnutls.patch25
-rw-r--r--meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/glib-2.32.patch12
-rw-r--r--meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb22
-rw-r--r--meta-oe/recipes-connectivity/loudmouth/loudmouth_1.5.4.bb16
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 0fc87abd0..000000000
--- a/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/04-use-pkg-config-for-gnutls.patch
+++ /dev/null
@@ -1,25 +0,0 @@
1Upstream-Status: Pending
2
3Description: use pkg-config to detect gnutls
4Debian: http://bugs.debian.org/529835
5Origin: 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 921aded94..000000000
--- a/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/glib-2.32.patch
+++ /dev/null
@@ -1,12 +0,0 @@
1Upstream-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 0593469a4..000000000
--- a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
2HOMEPAGE = "http://www.loudmouth-project.org/"
3
4LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=c4f38aef94828f6b280e00d1173be689"
6
7DEPENDS = "glib-2.0 libcheck openssl libidn"
8
9GNOMEBASEBUILDCLASS = "autotools"
10inherit gnomebase gtk-doc
11
12PR = "r2"
13
14SRC_URI += "file://04-use-pkg-config-for-gnutls.patch \
15 file://glib-2.32.patch"
16
17SRC_URI[archive.md5sum] = "55339ca42494690c3942ee1465a96937"
18SRC_URI[archive.sha256sum] = "95a93f5d009b71ea8193d994aa11f311bc330a3efe1b7cd74dc48f11c7f929e3"
19GNOME_COMPRESS_TYPE="bz2"
20
21EXTRA_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 000000000..f67c46b42
--- /dev/null
+++ b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.5.4.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
2HOMEPAGE = "http://www.loudmouth-project.org/"
3
4LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
6
7DEPENDS = "glib-2.0 libcheck openssl libidn"
8
9GNOMEBASEBUILDCLASS = "autotools"
10
11inherit gnomebase gtk-doc
12
13SRC_URI = "https://github.com/mcabber/${BPN}/releases/download/${PV}/${BP}.tar.bz2"
14SRC_URI[sha256sum] = "31cbc91c1fddcc5346b3373b8fb45594e9ea9cc7fe36d0595e8912c47ad94d0d"
15
16EXTRA_OECONF = "--with-ssl=openssl --with-compile-warnings=no"