diff options
| -rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin_2.11.0.bb | 4 |
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" | |||
| 2 | SECTION = "x11/network" | 2 | SECTION = "x11/network" |
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 5 | DEPENDS = "python virtual/libintl intltool-native libxml2 gconf" | 5 | DEPENDS = "python virtual/libintl intltool-native libxml2 gconf glib-2.0-native" |
| 6 | 6 | ||
| 7 | inherit autotools gettext pkgconfig gconf perlnative | 7 | inherit autotools gettext pkgconfig gconf perlnative |
| 8 | 8 | ||
| @@ -118,5 +118,3 @@ python populate_packages_prepend () { | |||
| 118 | description='Finch plugin %s', | 118 | description='Finch plugin %s', |
| 119 | prepend=True, extra_depends='') | 119 | prepend=True, extra_depends='') |
| 120 | } | 120 | } |
| 121 | |||
| 122 | PNBLACKLIST[pidgin] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130634/" | ||
