diff options
author | Ross Burton <ross.burton@intel.com> | 2018-03-13 13:02:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-15 06:27:19 -0700 |
commit | 0728b89b56b3630e2d2bd1b2f7a604ddad529983 (patch) | |
tree | f36594fbd95365f4e276d886f0aa61c747dd64e7 /meta | |
parent | 5c0c9b37da001bb6fb33a2e251bd8a2efa53788f (diff) | |
download | poky-0728b89b56b3630e2d2bd1b2f7a604ddad529983.tar.gz |
kmod: don't call gtkdocize twice
The gtk-doc class already calls gtkdocize, so we don't need to do it again
(From OE-Core rev: 14c6e4fd793e037d801a81c6581e0642ef61ab0c)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 7e5362f931..29885fbe77 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -35,9 +35,7 @@ PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" | |||
35 | PACKAGECONFIG[logging] = " --enable-logging,--disable-logging" | 35 | PACKAGECONFIG[logging] = " --enable-logging,--disable-logging" |
36 | PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native" | 36 | PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native" |
37 | 37 | ||
38 | do_configure_prepend () { | 38 | GTKDOC_DOCDIR = "${S}/libkmod/docs" |
39 | gtkdocize --docdir ${S}/libkmod/docs --srcdir ${S} | ||
40 | } | ||
41 | 39 | ||
42 | do_configure_append () { | 40 | do_configure_append () { |
43 | sed -i 's#}libtool#}${TARGET_SYS}-libtool#' ${B}/doltlibtool | 41 | sed -i 's#}libtool#}${TARGET_SYS}-libtool#' ${B}/doltlibtool |