mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
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:
committed by
Richard Purdie
parent
3bb1ccd945
commit
ee6e5105f7
@@ -12,8 +12,6 @@ SYSROOT_DIRS_IGNORE += " \
|
||||
${datadir}/libtool/build-aux \
|
||||
"
|
||||
|
||||
ACLOCALEXTRAPATH:class-target = ""
|
||||
|
||||
inherit multilib_script
|
||||
|
||||
MULTILIB_SCRIPTS = "${PN}:${bindir}/libtool"
|
||||
|
||||
Reference in New Issue
Block a user