[oe-commits] org.oe.dev ohm_git.bb: Touch gtk-doc.make and disable xauth to let it build again.

stefan commit openembedded-commits at lists.openembedded.org
Mon Oct 8 11:03:45 UTC 2007


ohm_git.bb: Touch gtk-doc.make and disable xauth to let it build again.
(--without-xauth should be fine on single user systems)

Author: stefan at openembedded.org
Branch: org.openembedded.dev
Revision: ac8a5e02cb4b87019cb729953ff361387cf30945
ViewMTN: http://monotone.openembedded.org/revision/info/ac8a5e02cb4b87019cb729953ff361387cf30945
Files:
1
packages/hal/ohm_git.bb
Diffs:

#
# mt diff -rf36cf9cfb208fb187f77129e2a4f8ef990ba1c82 -rac8a5e02cb4b87019cb729953ff361387cf30945
#
# 
# 
# patch "packages/hal/ohm_git.bb"
#  from [690f87493050de6333be4cd4a7b98e07531dffd3]
#    to [d3df01f4d425f234e0cffc1cd255366453514a1e]
# 
============================================================
--- packages/hal/ohm_git.bb	690f87493050de6333be4cd4a7b98e07531dffd3
+++ packages/hal/ohm_git.bb	d3df01f4d425f234e0cffc1cd255366453514a1e
@@ -13,8 +13,12 @@ inherit autotools pkgconfig
 
 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
 }






More information about the Openembedded-commits mailing list