diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-01-10 13:07:24 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-12 11:54:05 +0000 |
| commit | 3dc895804f1729e29a83877ce8b5a9717666eef4 (patch) | |
| tree | 631e9d4581e7653804cfc75938e09a7d44d5418f /meta/classes-recipe | |
| parent | 3c72b2d7118c7260a80c0c94edc921edb3b31e2a (diff) | |
| download | poky-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')
| -rw-r--r-- | meta/classes-recipe/autotools.bbclass | 2 |
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 | |||
| 37 | export CONFIG_SITE | 37 | export CONFIG_SITE |
| 38 | 38 | ||
| 39 | acpaths ?= "default" | 39 | acpaths ?= "default" |
| 40 | EXTRA_AUTORECONF += "--exclude=autopoint --exclude=gtkdocize" | 40 | EXTRA_AUTORECONF += "--exclude=autopoint" |
| 41 | 41 | ||
| 42 | export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir}" | 42 | export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir}" |
| 43 | 43 | ||
