aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/balsa
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2011-05-23 22:36:21 +0000
committerutx@penguin.cz <utx@penguin.cz>2011-05-23 22:36:21 +0000
commit6b89af6c12b089bb1934c3a499ebe4e507a0b122 (patch)
tree3d60066e7582168eed465aa0500b979c70b7fa9c /recipes/balsa
parent880742f2072a3acb10637b4de7230b55910920b8 (diff)
downloadopenembedded-6b89af6c12b089bb1934c3a499ebe4e507a0b122.tar.gz
balsa: Fix DEPENDS. Disable doc build - XSL processing is dependent on host system installation.
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Diffstat (limited to 'recipes/balsa')
-rw-r--r--recipes/balsa/balsa_2.4.7.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/balsa/balsa_2.4.7.bb b/recipes/balsa/balsa_2.4.7.bb
index 7cc0b7ad3b..70d704bed2 100644
--- a/recipes/balsa/balsa_2.4.7.bb
+++ b/recipes/balsa/balsa_2.4.7.bb
@@ -4,9 +4,9 @@ SECTION = "x11/network"
LICENSE = "GPL"
SRC_URI = "http://pawsa.fedorapeople.org/balsa/${P}.tar.bz2 \
file://obsolete-icon.patch"
-PR = "r0"
+PR = "r1"
-DEPENDS = "glib-2.0 gmime gnome-icon-theme gtk+ intltool-native libesmtp libxml-parser-perl-native"
+DEPENDS = "glib-2.0 gmime gnome-doc-utils-native gnome-icon-theme gtk+ intltool-native libesmtp libxml-parser-perl-native libxslt-native"
RDEPENDS_${PN} = "gnome-icon-theme"
# FIXME: It is possible to build several variants of balsa: lite (SSL, gqlite/GPE, maybe HTML),
# standard (GNOME, spell checking, HTML), full (Kerberos, LDAP, PGP, Rubrica, X-Face)
@@ -88,6 +88,8 @@ EXTRA_OECONF="--with-ssl \
# --with-canberra \
do_configure_prepend() {
+ # doc is not yet buildable with OE
+ sed -i -e 's: doc : :g' ${S}/Makefile.am
# aclocal seems to insist on looking in here. Make sure it exists.
mkdir -p ${S}/m4
}