summaryrefslogtreecommitdiffstats
path: root/meta
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
parentb55c10fe3c0a25f7d116ef93928f5026329203fa (diff)
downloadpoky-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')
-rw-r--r--meta/conf/distro/poky.conf2
-rw-r--r--meta/packages/ohm/ohm_git.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 8943336afb..c11a949ef6 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -114,7 +114,7 @@ SRCREV_pn-libowl ?= "277"
114SRCDATE_libxcalibrate ?= "20070607" 114SRCDATE_libxcalibrate ?= "20070607"
115SRCDATE_calibrateproto ?= "20070607" 115SRCDATE_calibrateproto ?= "20070607"
116SRCDATE_hal-info ?= "20070727" 116SRCDATE_hal-info ?= "20070727"
117SRCREV_ohm ?= "437a86a4b18a2be033225432fd099bcb7f0c3114" 117SRCREV_ohm ?= "f4908f9a2508e79a1e58fb6c08f602f4cbccb97d"
118SRCDATE_gtk-theme-torturer ?= "20070529" 118SRCDATE_gtk-theme-torturer ?= "20070529"
119SRCREV_pn-libsyncml ?= "241" 119SRCREV_pn-libsyncml ?= "241"
120SRCREV_pn-matchbox-applet-light ?= "1548" 120SRCREV_pn-matchbox-applet-light ?= "1548"
diff --git a/meta/packages/ohm/ohm_git.bb b/meta/packages/ohm/ohm_git.bb
index 9cdea709cf..057c0e4b0b 100644
--- a/meta/packages/ohm/ohm_git.bb
+++ b/meta/packages/ohm/ohm_git.bb
@@ -7,14 +7,14 @@ RDEPENDS_${PN} += "udev hal-info"
7SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git" 7SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git"
8 8
9PV = "0.0+git${SRCDATE}" 9PV = "0.0+git${SRCDATE}"
10PR = "r4" 10PR = "r5"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit autotools pkgconfig 14inherit autotools pkgconfig
15 15
16EXTRA_OECONF = "--with-distro=debian \ 16EXTRA_OECONF = "--with-distro=debian \
17 --with-xauth-dir=/home/root \ 17 --without-xauth \
18 --disable-gtk-doc \ 18 --disable-gtk-doc \
19 --disable-docbook-docs" 19 --disable-docbook-docs"
20 20