git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67ebf28
)
libxaw: disable docs building as workaround
author
Martin.Jansa
<Martin.Jansa@gmail.com>
Fri, 30 Oct 2009 15:22:44 +0000
(16:22 +0100)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/recipes/xorg-lib/libxaw_1.0.7.bb
b/recipes/xorg-lib/libxaw_1.0.7.bb
index
f45431e
..
8a9245d
100644
(file)
--- 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*"