summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-01-04 14:42:12 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-01-06 13:25:59 +0100
commitefb424daa3acfe7c712efec8793d3ef92cccf40d (patch)
treec263acaaf6370b05b9b502ad211f75fa1bd5f8db
parentd61e49f70e6065de7392405abae40d297f3134b0 (diff)
downloadmeta-openembedded-efb424daa3acfe7c712efec8793d3ef92cccf40d.tar.gz
pidgin*: blacklist because of gnutls upgrade
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb2
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb3
2 files changed, 5 insertions, 0 deletions
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
index 18dbe0959f..b884b5a0d2 100644
--- a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb
+++ b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb
@@ -4,6 +4,8 @@ LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24" 4LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24"
5DEPENDS = "libgcrypt libotr pidgin intltool-native" 5DEPENDS = "libgcrypt libotr pidgin intltool-native"
6 6
7PNBLACKLIST[pidgin-otr] ?= "depends on blacklisted pidgin"
8
7SRC_URI = "http://www.cypherpunks.ca/otr/${BP}.tar.gz \ 9SRC_URI = "http://www.cypherpunks.ca/otr/${BP}.tar.gz \
8 file://ignore_extra-portability_warnings.patch \ 10 file://ignore_extra-portability_warnings.patch \
9" 11"
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb b/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
index b635352374..1088f0ad82 100644
--- a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
+++ b/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
@@ -6,6 +6,9 @@ DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl
6 6
7inherit autotools gettext pkgconfig gconf perlnative 7inherit autotools gettext pkgconfig gconf perlnative
8 8
9# http://errors.yoctoproject.org/Errors/Details/25824/
10PNBLACKLIST[pidgin] ?= "Not compatible with gnutls version 3.4 currently in oe-core"
11
9SRC_URI = "\ 12SRC_URI = "\
10 ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \ 13 ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \
11 file://sanitize-configure.ac.patch \ 14 file://sanitize-configure.ac.patch \