diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-17 14:24:16 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-17 14:24:16 +0000 |
commit | 9e4f0e2743bf712931cdd5552915f5b272e2db1a (patch) | |
tree | 956f55448fe9f2accbdc7750dce02a5c8413995d /meta/packages/ohm | |
parent | cd6841327934ef87273dbb50b7d26149bb6d8029 (diff) | |
download | poky-9e4f0e2743bf712931cdd5552915f5b272e2db1a.tar.gz |
Disable gtk-doc
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2511 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/ohm')
-rw-r--r-- | meta/packages/ohm/ohm_git.bb | 8 |
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" | |||
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 = "r1" | 10 | PR = "r2" |
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 | do_configure_prepend() { |
17 | touch gtk-doc.make | ||
18 | } | ||
19 | |||
20 | EXTRA_OECONF = "--with-distro=debian --disable-gtk-doc" | ||