Message ID | 20250115163318.1110804-2-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/3] autotools: clean up aclocal/ search path assignments | expand |
diff --git a/meta/recipes-devtools/libtool/libtool_2.5.4.bb b/meta/recipes-devtools/libtool/libtool_2.5.4.bb index 835f2da9948..fa16d09d21a 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"
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 <ross.burton@arm.com> --- meta/recipes-devtools/libtool/libtool_2.5.4.bb | 2 -- 1 file changed, 2 deletions(-)