From: Martin.Jansa Date: Fri, 30 Oct 2009 10:32:43 +0000 (+0100) Subject: libxfont: disable docs as workaround for problems on some buildhosts X-Git-Tag: Release-2010-05/1~1203 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67ebf28f886a12497f76e298be20e4f3a67e8bcb;p=openembedded.git libxfont: disable docs as workaround for problems on some buildhosts --- diff --git a/recipes/xorg-lib/libxfont_1.4.1.bb b/recipes/xorg-lib/libxfont_1.4.1.bb index a5afe7e956..811066e4de 100644 --- a/recipes/xorg-lib/libxfont_1.4.1.bb +++ b/recipes/xorg-lib/libxfont_1.4.1.bb @@ -8,4 +8,7 @@ PE = "1" #SRC_URI += "file://no-scalable-crash.patch;patch=1" +# disable docs +EXTRA_OECONF += " --disable-devel-docs " + XORG_PN = "libXfont"