diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-03 11:07:40 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-04 12:04:52 +0100 |
| commit | b4e430a42e086091a08d60018ac694fa99c4b8c7 (patch) | |
| tree | 27463ca785d457cc79075b22abb17549fbe848b7 /meta/classes-global/insane.bbclass | |
| parent | 80d4ed954a49091ce3f79e195288ca4b13521bf2 (diff) | |
| download | poky-b4e430a42e086091a08d60018ac694fa99c4b8c7.tar.gz | |
autotools/libtool: Drop libtool sysroot patch as not needed
libtool auto detects the sysroot from gcc's parameters or configuration so we
don't need to pass in this configuration separately to libtool.
Whilst the option names do conflict with gcc/binutils, that is an issue for those
projects to resolve, not us. Upstream libtool did reject the patch. We can
drop this patch and simplify our code.
(From OE-Core rev: 7c8553f81bccc3e8c2bb1116ee1e89f5f8af4c9e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-global/insane.bbclass')
| -rw-r--r-- | meta/classes-global/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-global/insane.bbclass b/meta/classes-global/insane.bbclass index 151cf0c4ea..822d190a30 100644 --- a/meta/classes-global/insane.bbclass +++ b/meta/classes-global/insane.bbclass | |||
| @@ -58,7 +58,7 @@ enabled tests are listed here, the do_package_qa task will run under fakeroot." | |||
| 58 | 58 | ||
| 59 | ALL_QA = "${WARN_QA} ${ERROR_QA}" | 59 | ALL_QA = "${WARN_QA} ${ERROR_QA}" |
| 60 | 60 | ||
| 61 | UNKNOWN_CONFIGURE_OPT_IGNORE ?= "--enable-nls --disable-nls --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot --disable-static" | 61 | UNKNOWN_CONFIGURE_OPT_IGNORE ?= "--enable-nls --disable-nls --disable-silent-rules --disable-dependency-tracking --disable-static" |
| 62 | 62 | ||
| 63 | # This is a list of directories that are expected to be empty. | 63 | # This is a list of directories that are expected to be empty. |
| 64 | QA_EMPTY_DIRS ?= " \ | 64 | QA_EMPTY_DIRS ?= " \ |
