From f6d6b302551a184d6a88f661e2369763e2874a8b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 4 Mar 2010 21:09:19 +0100 Subject: [PATCH] gnome-doc-utils: don't build docs since we lack the libxml2 python native module --- recipes/gnome/gnome-doc-utils.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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/ -- 2.39.5