[oe-commits] Martin.Jansa : libxaw: disable docs building as workaround

git version control git at git.openembedded.org
Wed Nov 4 15:35:34 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 5cc05e8f6fa9327852ba482991545ec620066368
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5cc05e8f6fa9327852ba482991545ec620066368

Author: Martin.Jansa <Martin.Jansa at gmail.com>
Date:   Fri Oct 30 16:22:44 2009 +0100

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 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/xorg-lib/libxaw_1.0.7.bb b/recipes/xorg-lib/libxaw_1.0.7.bb
index f45431e..8a9245d 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*"





More information about the Openembedded-commits mailing list