pidgin*: blacklist because of gnutls upgrade

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2016-01-04 14:42:12 +01:00
parent d61e49f70e
commit efb424daa3
2 changed files with 5 additions and 0 deletions

View File

@@ -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 \
"

View File

@@ -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 \