summaryrefslogtreecommitdiffstats
path: root/meta/packages/ohm
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-09-13 12:30:11 +0000
committerRoss Burton <ross@openedhand.com>2007-09-13 12:30:11 +0000
commitf976627e04d68a1fde997f47896a02364d1de852 (patch)
tree2f21bf237847712dc5a4131ab2dbf79c08ac3acf /meta/packages/ohm
parentb55c10fe3c0a25f7d116ef93928f5026329203fa (diff)
downloadast2050-yocto-poky-f976627e04d68a1fde997f47896a02364d1de852.zip
ast2050-yocto-poky-f976627e04d68a1fde997f47896a02364d1de852.tar.gz
ohm_git.bb: switch to --without-xauth
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2734 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/ohm')
-rw-r--r--meta/packages/ohm/ohm_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/ohm/ohm_git.bb b/meta/packages/ohm/ohm_git.bb
index 9cdea70..057c0e4 100644
--- a/meta/packages/ohm/ohm_git.bb
+++ b/meta/packages/ohm/ohm_git.bb
@@ -7,14 +7,14 @@ RDEPENDS_${PN} += "udev hal-info"
SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git"
PV = "0.0+git${SRCDATE}"
-PR = "r4"
+PR = "r5"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
EXTRA_OECONF = "--with-distro=debian \
- --with-xauth-dir=/home/root \
+ --without-xauth \
--disable-gtk-doc \
--disable-docbook-docs"
OpenPOWER on IntegriCloud