diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-09-14 09:22:54 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-18 10:18:12 +0200 |
commit | 61885d3d6f6e1d214da8962d5553f2bd2e231b54 (patch) | |
tree | 7a6d1b1070ea6ce1e624f63b2a3eead5e62ec8a1 /meta-oe/recipes-support/pidgin | |
parent | 9205bd846c262fccddc62619fe84cd50d8a44372 (diff) | |
download | meta-openembedded-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')
3 files changed, 15 insertions, 35 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 @@ | |||
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 | |||
diff --git a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb deleted file mode 100644 index e8539c902e..0000000000 --- a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | SUMMARY = "(OTR) Messaging allows you to have private conversations over instant messaging" | ||
2 | HOMEPAGE = "http://www.cypherpunks.ca/otr/" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24" | ||
5 | DEPENDS = "libgcrypt libotr pidgin intltool-native glib-2.0-native" | ||
6 | |||
7 | SRC_URI = "http://www.cypherpunks.ca/otr/${BP}.tar.gz \ | ||
8 | file://ignore_extra-portability_warnings.patch \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "eadb953376acc474e56041d4c12aa2c8" | ||
12 | SRC_URI[sha256sum] = "d56b3f092dbe9ee6597641c7d2dd294884dc04ba47aaf4ec571cd54977df4691" | ||
13 | |||
14 | FILES_${PN} = "${libdir}/pidgin/*" | ||
15 | |||
16 | inherit autotools pkgconfig | ||
diff --git a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb new file mode 100644 index 0000000000..5a21cd3fc9 --- /dev/null +++ b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "(OTR) Messaging allows you to have private conversations over instant messaging" | ||
2 | HOMEPAGE = "https://otr.cypherpunks.ca/" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24" | ||
5 | DEPENDS = "libgcrypt libotr pidgin gtk+ intltool-native glib-2.0 glib-2.0-native" | ||
6 | REQUIRED_DISTRO_FEATURES = "x11" | ||
7 | |||
8 | SRC_URI = "https://otr.cypherpunks.ca/${BP}.tar.gz \ | ||
9 | " | ||
10 | SRC_URI[md5sum] = "7ef14e1334a4bc80e5d530f9a3cfc626" | ||
11 | SRC_URI[sha256sum] = "f4b59eef4a94b1d29dbe0c106dd00cdc630e47f18619fc754e5afbf5724ebac4" | ||
12 | |||
13 | FILES_${PN} = "${libdir}/pidgin/*" | ||
14 | |||
15 | inherit autotools pkgconfig distro_features_check | ||