[oe-commits] Stanislav Brabec : gnome-desktop: Disable doc build - XSL processing depends on /usr/share/ xml and needs work to be independent on host system.

git version control git at git.openembedded.org
Mon May 23 21:54:25 UTC 2011


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

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

gnome-desktop: Disable doc build - XSL processing depends on /usr/share/xml and needs work to be independent on host system.

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

---

 recipes/gnome/gnome-desktop.inc |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/gnome/gnome-desktop.inc b/recipes/gnome/gnome-desktop.inc
index b96e34b..396f213 100644
--- a/recipes/gnome/gnome-desktop.inc
+++ b/recipes/gnome/gnome-desktop.inc
@@ -3,9 +3,10 @@ SECTION = "x11/gnome"
 LICENSE = "GPL"
 DEPENDS = "gnome-common libgnomeui"
 
-PR = "r1"
+PR = "r2"
 
-EXTRA_OECONF = "--disable-scrollkeeper"
+# FIXME: OE does not contain all recipes to enable doc: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl"
+EXTRA_OECONF = "--disable-scrollkeeper --disable-gtk-doc"
 
 do_configure_prepend () {
 	cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}





More information about the Openembedded-commits mailing list