From 966fad6e95c3c5eae825d481633aa9d4ed4264a6 Mon Sep 17 00:00:00 2001 From: "Martin.Jansa" Date: Fri, 30 Oct 2009 16:22:44 +0100 Subject: 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 --- recipes/xorg-lib/libxaw_1.0.7.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes') 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*" -- cgit v1.2.3