[oe-commits] Martin Jansa : loudmouth: fix build with glib-2.32

git at git.openembedded.org git at git.openembedded.org
Tue May 8 08:55:18 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: fd0343f3b67ae3c4917b18a394bc4361a5599735
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=fd0343f3b67ae3c4917b18a394bc4361a5599735

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun May  6 08:55:32 2012 +0200

loudmouth: fix build with glib-2.32

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../loudmouth/loudmouth-1.4.3/glib-2.32.patch      |   10 ++++++++++
 .../loudmouth/loudmouth_1.4.3.bb                   |    5 ++++-
 2 files changed, 14 insertions(+), 1 deletions(-)

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
new file mode 100644
index 0000000..b6c9422
--- /dev/null
+++ b/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/glib-2.32.patch
@@ -0,0 +1,10 @@
+--- loudmouth-1.4.3.orig/loudmouth/lm-error.c	2008-10-29 21:48:15.000000000 +0100
++++ loudmouth-1.4.3/loudmouth/lm-error.c	2012-05-06 08:27:07.455739440 +0200
+@@ -19,7 +19,6 @@
+  */
+ 
+ #include <config.h>
+-#include <glib/gerror.h>
+ #include "lm-error.h"
+ 
+ /**
diff --git a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
index f91fdff..87852ee 100644
--- a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
+++ b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
@@ -8,7 +8,10 @@ DEPENDS = "glib-2.0 check openssl"
 
 inherit gnomebase
 
-SRC_URI += "file://04-use-pkg-config-for-gnutls.patch"
+PR = "r1"
+
+SRC_URI += "file://04-use-pkg-config-for-gnutls.patch \
+            file://glib-2.32.patch"
 
 SRC_URI[archive.md5sum] = "55339ca42494690c3942ee1465a96937"
 SRC_URI[archive.sha256sum] = "95a93f5d009b71ea8193d994aa11f311bc330a3efe1b7cd74dc48f11c7f929e3"





More information about the Openembedded-commits mailing list