mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
autotools: disable gtkdocize for now
This breaks kmod, so for now we can continue to do it ourselves. (From OE-Core rev: 628e0263e3bb768ea771d0e0260fdb18e16c871e) 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
bdad4025c7
commit
66dab7e17b
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user