From 05339d2577460c9f3f559b414824b851746a4a8e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 13 Oct 2020 22:52:02 +0100 Subject: [PATCH] autotools: we'll do gtkdocize (breaks kmod) --- 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 2ceb790b5c..6d43bc2fc3 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}" -- 2.40.1