diff options
Diffstat (limited to 'meta/packages/ohm/ohm_git.bb')
-rw-r--r-- | meta/packages/ohm/ohm_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" | |||
7 | SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git" | 7 | SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git" |
8 | 8 | ||
9 | PV = "0.0+git${SRCDATE}" | 9 | PV = "0.0+git${SRCDATE}" |
10 | PR = "r4" | 10 | PR = "r5" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | EXTRA_OECONF = "--with-distro=debian \ | 16 | EXTRA_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 | ||