From: Ross Burton Date: Wed, 15 Jan 2025 16:33:17 +0000 (+0000) Subject: libtool: remove obsolete ACLOCALEXTRAPATH X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ae468b6726392c681a3a35ff37c4401ec45b9d2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/libtool/libtool_2.5.4.bb b/meta/recipes-devtools/libtool/libtool_2.5.4.bb index 835f2da994..fa16d09d21 100644 --- a/meta/recipes-devtools/libtool/libtool_2.5.4.bb +++ b/meta/recipes-devtools/libtool/libtool_2.5.4.bb @@ -12,8 +12,6 @@ SYSROOT_DIRS_IGNORE += " \ ${datadir}/libtool/build-aux \ " -ACLOCALEXTRAPATH:class-target = "" - inherit multilib_script MULTILIB_SCRIPTS = "${PN}:${bindir}/libtool"