summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-01-15 16:33:17 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-20 13:38:59 +0000
commitee6e5105f7948174dd0002233e9e8eafcf7be97f (patch)
tree32811ebfb4d758517d638efbe941d667fce19034
parent3bb1ccd9450026e2084aac291ca3d82c4ed949a1 (diff)
downloadpoky-ee6e5105f7948174dd0002233e9e8eafcf7be97f.tar.gz
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>
-rw-r--r--meta/recipes-devtools/libtool/libtool_2.5.4.bb2
1 files changed, 0 insertions, 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 += " \
12 ${datadir}/libtool/build-aux \ 12 ${datadir}/libtool/build-aux \
13" 13"
14 14
15ACLOCALEXTRAPATH:class-target = ""
16
17inherit multilib_script 15inherit multilib_script
18 16
19MULTILIB_SCRIPTS = "${PN}:${bindir}/libtool" 17MULTILIB_SCRIPTS = "${PN}:${bindir}/libtool"