From: Ross Burton Date: Tue, 13 Oct 2020 21:52:02 +0000 (+0100) Subject: autotools: we'll do gtkdocize (breaks kmod) X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=05339d2577460c9f3f559b414824b851746a4a8e;p=openembedded-core.git autotools: we'll do gtkdocize (breaks kmod) --- 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}"