diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-08-01 15:34:54 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-05 12:02:41 +0200 |
commit | 654ee4224cc16837d95d386d80276a34acafee9d (patch) | |
tree | fc307b29de616cd8e462bc3093f5a12d1c600b47 | |
parent | 1f24900e8613e6ac00558afb282d0c1ef0ea81eb (diff) | |
download | ast2050-yocto-openembedded-654ee4224cc16837d95d386d80276a34acafee9d.zip ast2050-yocto-openembedded-654ee4224cc16837d95d386d80276a34acafee9d.tar.gz |
goffice: remove blacklist. libgsf has been fixed
Also add missing dependency on intltool.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-gnome/recipes-support/goffice/goffice_0.10.1.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb b/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb index b64119d..1e9ec4c 100644 --- a/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb +++ b/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb @@ -3,9 +3,7 @@ DESCRIPTION="Gnome Office Library" LICENSE="GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=6dc33ff21e1ba1ac1a2a1069d361e29e" -PNBLACKLIST[goffice] = "BROKEN: depends on broken libgsf" - -DEPENDS = "libxml-parser-perl-native glib-2.0 gtk+3 pango cairo libgsf libpcre libxml2 libart-lgpl librsvg" +DEPENDS = "libxml-parser-perl-native glib-2.0 gtk+3 pango cairo libgsf libpcre libxml2 libart-lgpl librsvg intltool" inherit gnomebase pkgconfig perlnative |