diff options
-rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb | 3 |
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" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24" |
5 | DEPENDS = "libgcrypt libotr pidgin intltool-native" | 5 | DEPENDS = "libgcrypt libotr pidgin intltool-native" |
6 | 6 | ||
7 | PNBLACKLIST[pidgin-otr] ?= "depends on blacklisted pidgin" | ||
8 | |||
7 | SRC_URI = "http://www.cypherpunks.ca/otr/${BP}.tar.gz \ | 9 | SRC_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 | ||
7 | inherit autotools gettext pkgconfig gconf perlnative | 7 | inherit autotools gettext pkgconfig gconf perlnative |
8 | 8 | ||
9 | # http://errors.yoctoproject.org/Errors/Details/25824/ | ||
10 | PNBLACKLIST[pidgin] ?= "Not compatible with gnutls version 3.4 currently in oe-core" | ||
11 | |||
9 | SRC_URI = "\ | 12 | SRC_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 \ |