]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
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)
commit002e03132b8ba1f1b254c8a63ff70db2a5d16518
tree2dff4d65a82e949a6384b698d02c1f1bb800d286
parentd6efd938af8a8260ae464edf4388afea73293ec7
autotools: remove aclocal --automake-acdir, relocated so knows the right path

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