libtool: remove obsolete ACLOCALEXTRAPATH

This variable no longer exists, and would have had the effect of not
letting the target libtool see the contents of the native aclocal
directory.

I don't understand why this was needed but autotools has improved
dramatically in the last eight years, so it's most likely obsolete now.

(From OE-Core rev: 8ae468b6726392c681a3a35ff37c4401ec45b9d2)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2025-01-15 16:33:17 +00:00 committed by Richard Purdie
parent 3bb1ccd945
commit ee6e5105f7

View File

@ -12,8 +12,6 @@ SYSROOT_DIRS_IGNORE += " \
${datadir}/libtool/build-aux \
"
ACLOCALEXTRAPATH:class-target = ""
inherit multilib_script
MULTILIB_SCRIPTS = "${PN}:${bindir}/libtool"