ohm_git.bb: Touch gtk-doc.make and disable xauth to let it build again.
authorStefan Schmidt <stefan@datenfreihafen.org>
Mon, 8 Oct 2007 10:20:31 +0000 (10:20 +0000)
committerStefan 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

index cd003b4..11fbd1c 100644 (file)
@@ -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