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.

(From OE-Core rev: 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2024-01-10 13:07:24 +00:00
committed by Richard Purdie
parent 3c72b2d711
commit 3dc895804f

View File

@@ -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}"