]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
autotools: remove aclocal --automake-acdir, relocated so knows the right path
authorRoss Burton <ross.burton@arm.com>
Wed, 8 Jan 2025 15:46:36 +0000 (15:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Jan 2025 11:22:20 +0000 (11:22 +0000)
A relocated aclocal in the native sysroot has the right paths already:

$ cat /work/ross/build/tmp/work/cortexa57-poky-linux/expect/5.45.4/recipe-sysroot-native/usr/bin/aclocal
my @automake_includes = ('/work/ross/build/tmp/work/cortexa57-poky-linux/expect/5.45.4/recipe-sysroot-native/usr/share/aclocal-' . $APIVERSION);

Thus there is no need to tell aclocal the path explicitly.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/autotools.bbclass

index 9e89ce40b9e9966e781dfa6afe5e4bbe611fa6e3..4e7bf6696d70b79f31e0da8fa4bfac31dec6b543 100644 (file)
@@ -183,12 +183,6 @@ autotools_do_configure() {
                        acpaths="${acpaths}"
                fi
                acpaths="$acpaths ${ACLOCALEXTRAPATH}"
-               AUTOV=`automake --version | sed -e '1{s/.* //;s/\.[0-9]\+$//};q'`
-               automake --version
-               echo "AUTOV is $AUTOV"
-               if [ -d ${STAGING_DATADIR_NATIVE}/aclocal-$AUTOV ]; then
-                       ACLOCAL="$ACLOCAL --automake-acdir=${STAGING_DATADIR_NATIVE}/aclocal-$AUTOV"
-               fi
                # autoreconf is too shy to overwrite aclocal.m4 if it doesn't look
                # like it was auto-generated.  Work around this by blowing it away
                # by hand, unless the package specifically asked not to run aclocal.