diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-08 11:14:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-08 11:14:04 +0000 |
commit | 1cb66d10385b26254af3f6a209c2a222c22d4ae6 (patch) | |
tree | 66ba69d7ec9e7fc3c7ca29011625cb97e7e32f70 /packages | |
parent | cf5d1dcc44bb8aaad4829e030b5237121139afae (diff) | |
parent | 60df3887750b5d03e962cee85447ed1929929e9b (diff) |
merge of '1deac361ca5b23f9321f50e6bb4143327fefbdd7'
and 'ac8a5e02cb4b87019cb729953ff361387cf30945'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/hal/ohm_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
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 |