From: Ross Burton Date: Tue, 13 Oct 2020 21:52:02 +0000 (+0100) Subject: autotools: disable gtkdocize for now X-Git-Tag: uninative-3.0~43 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=628e0263e3bb768ea771d0e0260fdb18e16c871e;p=openembedded-core.git autotools: disable gtkdocize for now This breaks kmod, so for now we can continue to do it ourselves. Signed-off-by: Ross Burton --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 36eb56c70d..9a328c2280 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -30,7 +30,7 @@ inherit siteinfo export CONFIG_SITE acpaths ?= "default" -EXTRA_AUTORECONF = "--exclude=autopoint" +EXTRA_AUTORECONF = "--exclude=autopoint --exclude=gtkdocize" export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir}"