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:
5db7b19
)
ohm_git.bb: Touch gtk-doc.make and disable xauth to let it build again.
author
Stefan Schmidt
<stefan@datenfreihafen.org>
Mon, 8 Oct 2007 10:20:31 +0000
(10:20 +0000)
committer
Stefan Schmidt
<stefan@datenfreihafen.org>
Mon, 8 Oct 2007 10:20:31 +0000
(10:20 +0000)
(--without-xauth should be fine on single user systems)
packages/hal/ohm_git.bb
patch
|
blob
|
history
diff --git
a/packages/hal/ohm_git.bb
b/packages/hal/ohm_git.bb
index
cd003b4
..
11fbd1c
100644
(file)
--- a/
packages/hal/ohm_git.bb
+++ b/
packages/hal/ohm_git.bb
@@
-13,7
+13,11
@@
S = "${WORKDIR}/git"
inherit autotools pkgconfig
-EXTRA_OECONF = "--with-distro=debian"
+EXTRA_OECONF = "--with-distro=debian --without-xauth"
+
+do_configure_prepend() {
+ touch gtk-doc.make
+}
do_configure_append() {
rm config.log