From: Stefan Schmidt Date: Mon, 8 Oct 2007 10:20:31 +0000 (+0000) Subject: ohm_git.bb: Touch gtk-doc.make and disable xauth to let it build again. X-Git-Tag: Release-2010-05/1~8549^2~1^2~113^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60df3887750b5d03e962cee85447ed1929929e9b;p=openembedded.git ohm_git.bb: Touch gtk-doc.make and disable xauth to let it build again. (--without-xauth should be fine on single user systems) --- diff --git a/packages/hal/ohm_git.bb b/packages/hal/ohm_git.bb index cd003b4b72..11fbd1c929 100644 --- 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