mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5c0c9b37da
commit
0728b89b56
@@ -35,9 +35,7 @@ PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
|
||||
PACKAGECONFIG[logging] = " --enable-logging,--disable-logging"
|
||||
PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native"
|
||||
|
||||
do_configure_prepend () {
|
||||
gtkdocize --docdir ${S}/libkmod/docs --srcdir ${S}
|
||||
}
|
||||
GTKDOC_DOCDIR = "${S}/libkmod/docs"
|
||||
|
||||
do_configure_append () {
|
||||
sed -i 's#}libtool#}${TARGET_SYS}-libtool#' ${B}/doltlibtool
|
||||
|
||||
Reference in New Issue
Block a user