aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pidgin/pidgin-otr
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-09-14 09:22:54 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-09-18 10:18:12 +0200
commit61885d3d6f6e1d214da8962d5553f2bd2e231b54 (patch)
tree7a6d1b1070ea6ce1e624f63b2a3eead5e62ec8a1 /meta-oe/recipes-support/pidgin/pidgin-otr
parent9205bd846c262fccddc62619fe84cd50d8a44372 (diff)
downloadmeta-openembedded-contrib-61885d3d6f6e1d214da8962d5553f2bd2e231b54.tar.gz
pidgin-otr: Upgrade to 4.0.2
Check for x11 before building, it has a hard dep on gtk+, which inturn needs x11 or directfb Signed-off-by: Khem Raj <raj.khem@gmail.com> 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.patch19
1 files changed, 0 insertions, 19 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
deleted file mode 100644
index db0ad873b0..0000000000
--- a/meta-oe/recipes-support/pidgin/pidgin-otr/ignore_extra-portability_warnings.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-pidgin-otr: Silence no-extra-portability warnings
-
-Make it build with OE, was not building with warning turned on
-
-Upstream-Status: Pending
-
-Signed-off-by: Jakob Drexel <jake42@rommel.stw.uni-erlangen.de>
-
---- a/configure.ac 2012-09-01 17:03:19.000000000 +0200
-+++ b/configure.ac 2014-01-12 21:59:24.920300215 +0100
-@@ -4,7 +4,7 @@
-
- AM_CONFIG_HEADER(config.h)
-
--AM_INIT_AUTOMAKE([-Wall -Werror])
-+AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability])
-
- AC_PROG_CC
-