tk: exclude aclocal so existing macros are used

This package has hand-coded aclocal.m4 so ensure that we don't run
aclocal.

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton 2025-02-26 14:36:38 +00:00
parent 3083eb9f27
commit b3ac051874

View File

@ -35,6 +35,7 @@ LDFLAGS += "-Wl,-rpath,${libdir}/tcltk/${PV}/lib"
inherit autotools features_check pkgconfig
AUTOTOOLS_SCRIPT_PATH = "${S}/unix"
EXTRA_AUTORECONF += "--exclude=aclocal"
# depends on virtual/libx11
REQUIRED_DISTRO_FEATURES = "x11"