From: Koen Kooi Date: Thu, 4 Mar 2010 20:09:19 +0000 (+0100) Subject: gnome-doc-utils: don't build docs since we lack the libxml2 python native module X-Git-Tag: Release-2010-05/1~489^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d6b302551a184d6a88f661e2369763e2874a8b;p=openembedded.git gnome-doc-utils: don't build docs since we lack the libxml2 python native module --- diff --git a/recipes/gnome/gnome-doc-utils.inc b/recipes/gnome/gnome-doc-utils.inc index 15905270f2..a1defa5dd5 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/