From 628e0263e3bb768ea771d0e0260fdb18e16c871e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 13 Oct 2020 22:52:02 +0100 Subject: autotools: disable gtkdocize for now This breaks kmod, so for now we can continue to do it ourselves. Signed-off-by: Ross Burton --- meta/classes/autotools.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit 1.2.3-korg