summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/autotools.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-01-10 13:07:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-12 11:54:05 +0000
commit3dc895804f1729e29a83877ce8b5a9717666eef4 (patch)
tree631e9d4581e7653804cfc75938e09a7d44d5418f /meta/classes-recipe/autotools.bbclass
parent3c72b2d7118c7260a80c0c94edc921edb3b31e2a (diff)
downloadpoky-3dc895804f1729e29a83877ce8b5a9717666eef4.tar.gz
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>
Diffstat (limited to 'meta/classes-recipe/autotools.bbclass')
-rw-r--r--meta/classes-recipe/autotools.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/autotools.bbclass b/meta/classes-recipe/autotools.bbclass
index 12881a31ec..ca76cde0e7 100644
--- a/meta/classes-recipe/autotools.bbclass
+++ b/meta/classes-recipe/autotools.bbclass
@@ -37,7 +37,7 @@ inherit siteinfo
37export CONFIG_SITE 37export CONFIG_SITE
38 38
39acpaths ?= "default" 39acpaths ?= "default"
40EXTRA_AUTORECONF += "--exclude=autopoint --exclude=gtkdocize" 40EXTRA_AUTORECONF += "--exclude=autopoint"
41 41
42export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir}" 42export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir}"
43 43