diff options
author | Jakob Drexel <jake42@rommel.stw.uni-erlangen.de> | 2014-01-13 19:31:21 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-22 12:22:36 +0100 |
commit | 31716a11cdf814b15552b441498cf32b76759ebf (patch) | |
tree | e4050eb1cdff63c37075d8f546fb8dedd3e0b306 /meta-oe/recipes-support/pidgin/pidgin-otr | |
parent | e021ccee741e406cacba8f30d92c3161e64eb17d (diff) | |
download | meta-openembedded-31716a11cdf814b15552b441498cf32b76759ebf.tar.gz |
pidgin: Add pidgin-otr recipe and a patch for it
Also added a patch to fix issue with autotools.
Signed-off-by: Jakob Drexel <jake42@rommel.stw.uni-erlangen.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/pidgin/pidgin-otr')
-rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin-otr/ignore_extra-portability_warnings.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin-otr/ignore_extra-portability_warnings.patch b/meta-oe/recipes-support/pidgin/pidgin-otr/ignore_extra-portability_warnings.patch new file mode 100644 index 000000000..db0ad873b --- /dev/null +++ b/meta-oe/recipes-support/pidgin/pidgin-otr/ignore_extra-portability_warnings.patch | |||
@@ -0,0 +1,19 @@ | |||
1 | pidgin-otr: Silence no-extra-portability warnings | ||
2 | |||
3 | Make it build with OE, was not building with warning turned on | ||
4 | |||
5 | Upstream-Status: Pending | ||
6 | |||
7 | Signed-off-by: Jakob Drexel <jake42@rommel.stw.uni-erlangen.de> | ||
8 | |||
9 | --- a/configure.ac 2012-09-01 17:03:19.000000000 +0200 | ||
10 | +++ b/configure.ac 2014-01-12 21:59:24.920300215 +0100 | ||
11 | @@ -4,7 +4,7 @@ | ||
12 | |||
13 | AM_CONFIG_HEADER(config.h) | ||
14 | |||
15 | -AM_INIT_AUTOMAKE([-Wall -Werror]) | ||
16 | +AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability]) | ||
17 | |||
18 | AC_PROG_CC | ||
19 | |||