summaryrefslogtreecommitdiffstats
path: root/meta/packages/ohm
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/ohm')
-rw-r--r--meta/packages/ohm/ohm_git.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/ohm/ohm_git.bb b/meta/packages/ohm/ohm_git.bb
index 4ef1a6dfa9..b3a5c62c2b 100644
--- a/meta/packages/ohm/ohm_git.bb
+++ b/meta/packages/ohm/ohm_git.bb
@@ -7,10 +7,14 @@ RDEPENDS += "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 = "r1" 10PR = "r2"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit autotools pkgconfig 14inherit autotools pkgconfig
15 15
16EXTRA_OECONF = "--with-distro=debian" 16do_configure_prepend() {
17 touch gtk-doc.make
18}
19
20EXTRA_OECONF = "--with-distro=debian --disable-gtk-doc"