diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-05-06 08:55:32 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-05-06 09:37:09 +0200 |
| commit | fd0343f3b67ae3c4917b18a394bc4361a5599735 (patch) | |
| tree | d18d33bf23b8ab36c4360e92db2e9139170031de /meta-oe | |
| parent | a1a9409931cc180e3ff61597d133be71e97a8467 (diff) | |
| download | meta-openembedded-fd0343f3b67ae3c4917b18a394bc4361a5599735.tar.gz | |
loudmouth: fix build with glib-2.32
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/glib-2.32.patch | 10 | ||||
| -rw-r--r-- | meta-oe/recipes-connectivity/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 0000000000..b6c9422e8c --- /dev/null +++ b/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/glib-2.32.patch | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | --- loudmouth-1.4.3.orig/loudmouth/lm-error.c 2008-10-29 21:48:15.000000000 +0100 | ||
| 2 | +++ loudmouth-1.4.3/loudmouth/lm-error.c 2012-05-06 08:27:07.455739440 +0200 | ||
| 3 | @@ -19,7 +19,6 @@ | ||
| 4 | */ | ||
| 5 | |||
| 6 | #include <config.h> | ||
| 7 | -#include <glib/gerror.h> | ||
| 8 | #include "lm-error.h" | ||
| 9 | |||
| 10 | /** | ||
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 f91fdff07e..87852ee746 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" | |||
| 8 | 8 | ||
| 9 | inherit gnomebase | 9 | inherit gnomebase |
| 10 | 10 | ||
| 11 | SRC_URI += "file://04-use-pkg-config-for-gnutls.patch" | 11 | PR = "r1" |
| 12 | |||
| 13 | SRC_URI += "file://04-use-pkg-config-for-gnutls.patch \ | ||
| 14 | file://glib-2.32.patch" | ||
| 12 | 15 | ||
| 13 | SRC_URI[archive.md5sum] = "55339ca42494690c3942ee1465a96937" | 16 | SRC_URI[archive.md5sum] = "55339ca42494690c3942ee1465a96937" |
| 14 | SRC_URI[archive.sha256sum] = "95a93f5d009b71ea8193d994aa11f311bc330a3efe1b7cd74dc48f11c7f929e3" | 17 | SRC_URI[archive.sha256sum] = "95a93f5d009b71ea8193d994aa11f311bc330a3efe1b7cd74dc48f11c7f929e3" |
