From: Martin.Jansa Date: Fri, 30 Oct 2009 15:22:44 +0000 (+0100) Subject: libxaw: disable docs building as workaround X-Git-Tag: Release-2010-05/1~1202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=966fad6e95c3c5eae825d481633aa9d4ed4264a6;p=openembedded.git libxaw: disable docs building as workaround * It tries to use groff from buildhost and there is no groff-native * If groff on host is new enough it works ok, but fails with older grof * We can create groff-native and enable docs again --- diff --git a/recipes/xorg-lib/libxaw_1.0.7.bb b/recipes/xorg-lib/libxaw_1.0.7.bb index f45431e79e..8a9245d218 100644 --- a/recipes/xorg-lib/libxaw_1.0.7.bb +++ b/recipes/xorg-lib/libxaw_1.0.7.bb @@ -16,6 +16,9 @@ do_stage_append () { PACKAGES =+ "libxaw6 libxaw7 libxaw8" +# disable docs as groff detection doesn't work on some hosts while cross compilling +EXTRA_OECONF += " --disable-docs " + FILES_libxaw6 = "${libdir}/libXaw6.so.6*" FILES_libxaw7 = "${libdir}/libXaw7.so.7*" FILES_libxaw8 = "${libdir}/libXaw8.so.8*"