From 60df3887750b5d03e962cee85447ed1929929e9b Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 8 Oct 2007 10:20:31 +0000 Subject: ohm_git.bb: Touch gtk-doc.make and disable xauth to let it build again. (--without-xauth should be fine on single user systems) --- packages/hal/ohm_git.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'packages/hal') 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 -- cgit v1.2.3