mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
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:
committed by
Richard Purdie
parent
3c72b2d711
commit
3dc895804f
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user