]> code.ossystems Code Review - openembedded-core.git/commitdiff
ohm_git.bb: switch to --without-xauth
authorRoss Burton <ross@openedhand.com>
Thu, 13 Sep 2007 12:30:11 +0000 (12:30 +0000)
committerRoss Burton <ross@openedhand.com>
Thu, 13 Sep 2007 12:30:11 +0000 (12:30 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2734 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky.conf
meta/packages/ohm/ohm_git.bb

index 8943336afb4fa6660b374f3d7f06813ccc7e8061..c11a949ef68d3a09eed3937c01d23e3deb5651e1 100644 (file)
@@ -114,7 +114,7 @@ SRCREV_pn-libowl ?= "277"
 SRCDATE_libxcalibrate ?= "20070607"
 SRCDATE_calibrateproto ?= "20070607"
 SRCDATE_hal-info ?= "20070727"
-SRCREV_ohm ?= "437a86a4b18a2be033225432fd099bcb7f0c3114"
+SRCREV_ohm ?= "f4908f9a2508e79a1e58fb6c08f602f4cbccb97d"
 SRCDATE_gtk-theme-torturer ?= "20070529"
 SRCREV_pn-libsyncml ?= "241"
 SRCREV_pn-matchbox-applet-light ?= "1548"
index 9cdea709cf8c81a91018ca28c82767ee06f5f236..057c0e4b0bd071d8c7c418c45bd905c501bcc729 100644 (file)
@@ -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"