diff options
-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 |