From efb424daa3acfe7c712efec8793d3ef92cccf40d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 4 Jan 2016 14:42:12 +0100 Subject: pidgin*: blacklist because of gnutls upgrade Signed-off-by: Martin Jansa --- meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb | 2 ++ meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb | 3 +++ 2 files changed, 5 insertions(+) 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" LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24" DEPENDS = "libgcrypt libotr pidgin intltool-native" +PNBLACKLIST[pidgin-otr] ?= "depends on blacklisted pidgin" + SRC_URI = "http://www.cypherpunks.ca/otr/${BP}.tar.gz \ file://ignore_extra-portability_warnings.patch \ " 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 inherit autotools gettext pkgconfig gconf perlnative +# http://errors.yoctoproject.org/Errors/Details/25824/ +PNBLACKLIST[pidgin] ?= "Not compatible with gnutls version 3.4 currently in oe-core" + SRC_URI = "\ ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \ file://sanitize-configure.ac.patch \ -- cgit 1.2.3-korg