[oe-commits] Koen Kooi : gnome-doc-utils: don' t build docs since we lack the libxml2 python native module

git version control git at git.openembedded.org
Thu Mar 4 20:10:17 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f6d6b302551a184d6a88f661e2369763e2874a8b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f6d6b302551a184d6a88f661e2369763e2874a8b

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Mar  4 21:09:19 2010 +0100

gnome-doc-utils: don't build docs since we lack the libxml2 python native module

---

 recipes/gnome/gnome-doc-utils.inc |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/gnome/gnome-doc-utils.inc b/recipes/gnome/gnome-doc-utils.inc
index 1590527..a1defa5 100644
--- a/recipes/gnome/gnome-doc-utils.inc
+++ b/recipes/gnome/gnome-doc-utils.inc
@@ -1,12 +1,16 @@
 LICENSE = "GPL LGPL"
 DEPENDS = "libxml2 libxslt libxslt-native"
 
-INC_PR = "r4"
+INC_PR = "r5"
 
 inherit gnome
 
 EXTRA_OECONF = "--disable-scrollkeeper"
 
+do_configure_prepend() {
+	sed -i -e 's: doc::g' ${S}/Makefile.am
+}
+
 do_install_append() {
 	mkdir -p  ${D}${datadir}/xml/gnome/xslt/
 	cp -pPr ${S}/xslt/* ${D}${datadir}/xml/gnome/xslt/





More information about the Openembedded-commits mailing list