aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2017-02-22 12:46:06 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-22 21:38:39 +0100
commitec8d5fc0bb1f882a0cdd82a81a09175e503c3647 (patch)
treee58ec9687651a034cce44fa055e15492175c20a5
parentf9176fcbe1dd38ea640c64d6845b551d86527494 (diff)
downloadmeta-openembedded-ec8d5fc0bb1f882a0cdd82a81a09175e503c3647.tar.gz
pidgin: add missing dependencies and unblacklist
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin_2.11.0.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.11.0.bb b/meta-oe/recipes-support/pidgin/pidgin_2.11.0.bb
index aacb30a9b3..462e21c926 100644
--- a/meta-oe/recipes-support/pidgin/pidgin_2.11.0.bb
+++ b/meta-oe/recipes-support/pidgin/pidgin_2.11.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "multi-protocol instant messaging client"
SECTION = "x11/network"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-DEPENDS = "python virtual/libintl intltool-native libxml2 gconf"
+DEPENDS = "python virtual/libintl intltool-native libxml2 gconf glib-2.0-native"
inherit autotools gettext pkgconfig gconf perlnative
@@ -118,5 +118,3 @@ python populate_packages_prepend () {
description='Finch plugin %s',
prepend=True, extra_depends='')
}
-
-PNBLACKLIST[pidgin] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130634/"