[oe-commits] [openembedded-core] 11/23: kmod: don't call gtkdocize twice

git at git.openembedded.org git at git.openembedded.org
Thu Mar 15 10:53:24 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 14c6e4fd793e037d801a81c6581e0642ef61ab0c
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Mar 13 13:02:29 2018 +0000

    kmod: don't call gtkdocize twice
    
    The gtk-doc class already calls gtkdocize, so we don't need to do it again
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/kmod/kmod.inc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index 7e5362f..29885fb 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"
 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list