[oe-commits] Stanislav Brabec : balsa: Fix DEPENDS. Disable doc build - XSL processing is dependent on host system installation .

git version control git at git.openembedded.org
Mon May 23 22:38:16 UTC 2011


Module: openembedded.git
Branch: master
Commit: 6b89af6c12b089bb1934c3a499ebe4e507a0b122
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=6b89af6c12b089bb1934c3a499ebe4e507a0b122

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Mon May 23 22:36:21 2011 +0000

balsa: Fix DEPENDS. Disable doc build - XSL processing is dependent on host system installation.

Signed-off-by: Stanislav Brabec <utx at penguin.cz>

---

 recipes/balsa/balsa_2.4.7.bb |    6 ++++--
 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 7cc0b7a..70d704b 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
 }





More information about the Openembedded-commits mailing list