Signed-off-by: Martin Jansa <[email protected]> --- 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 18dbe09..8518486 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 b635352..ffc81a1 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 \ -- 2.6.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
