libxaw: disable docs building as workaround
authorMartin.Jansa <Martin.Jansa@gmail.com>
Fri, 30 Oct 2009 15:22:44 +0000 (16:22 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Tue, 22 Dec 2009 12:42:16 +0000 (13:42 +0100)
* 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

index f45431e..8a9245d 100644 (file)
@@ -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*"