diff options
author | Martin.Jansa <Martin.Jansa@gmail.com> | 2009-10-30 16:22:44 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-22 13:42:16 +0100 |
commit | 966fad6e95c3c5eae825d481633aa9d4ed4264a6 (patch) | |
tree | 6b20b4c44c8cf44e317b530a2e4a93879cef7d5c /recipes | |
parent | 67ebf28f886a12497f76e298be20e4f3a67e8bcb (diff) |
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
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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*" |