From: Ross Burton Date: Wed, 10 Jan 2024 13:07:24 +0000 (+0000) Subject: autotools: don't exclude gtkdocize X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=891ec38d4c5cc5ac7bc34938276261ebd6f6d54e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git autotools: don't exclude gtkdocize gtkdocize can now be ran successfully from autoreconf, so there's no need to exclude it and run it manually. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/classes-recipe/autotools.bbclass b/meta/classes-recipe/autotools.bbclass index 12881a31ec9..ca76cde0e74 100644 --- a/meta/classes-recipe/autotools.bbclass +++ b/meta/classes-recipe/autotools.bbclass @@ -37,7 +37,7 @@ inherit siteinfo export CONFIG_SITE acpaths ?= "default" -EXTRA_AUTORECONF += "--exclude=autopoint --exclude=gtkdocize" +EXTRA_AUTORECONF += "--exclude=autopoint" export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir}"