]> code.ossystems Code Review - openembedded-core.git/commitdiff
autotools: we'll do gtkdocize (breaks kmod)
authorRoss Burton <ross.burton@arm.com>
Tue, 13 Oct 2020 21:52:02 +0000 (22:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Feb 2021 21:46:04 +0000 (21:46 +0000)
meta/classes/autotools.bbclass

index 2ceb790b5cfb4e39ac017239a17aac5f52c48c40..6d43bc2fc3790885c0798c0cef0fe5162a12e07f 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}"