]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libtool: remove obsolete ACLOCALEXTRAPATH
authorRoss Burton <ross.burton@arm.com>
Wed, 15 Jan 2025 16:33:17 +0000 (16:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Jan 2025 13:38:56 +0000 (13:38 +0000)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libtool/libtool_2.5.4.bb

index 835f2da99484f37473b15dd42755972ea245aa0c..fa16d09d21a29b6a02fea3b3eb19742e204a31f4 100644 (file)
@@ -12,8 +12,6 @@ SYSROOT_DIRS_IGNORE += " \
     ${datadir}/libtool/build-aux \
 "
 
-ACLOCALEXTRAPATH:class-target = ""
-
 inherit multilib_script
 
 MULTILIB_SCRIPTS = "${PN}:${bindir}/libtool"