]> code.ossystems Code Review - openembedded-core.git/commitdiff
autotools: disable gtkdocize for now
authorRoss Burton <ross.burton@arm.com>
Tue, 13 Oct 2020 21:52:02 +0000 (22:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Feb 2021 22:26:38 +0000 (22:26 +0000)
This breaks kmod, so for now we can continue to do it ourselves.

Signed-off-by: Ross Burton <ross.burton@arm.com>
meta/classes/autotools.bbclass

index 36eb56c70d97a280061a00c13f74c10ccbf99832..9a328c22800b04e5acfe1572d27fa0dfbf53ff9e 100644 (file)
@@ -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}"