From 8ae468b6726392c681a3a35ff37c4401ec45b9d2 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 15 Jan 2025 16:33:17 +0000 Subject: [PATCH] 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 --- meta/recipes-devtools/libtool/libtool_2.5.4.bb | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.47.2