mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +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:
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}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user