tk8: Exclude aclocal so existing macros are used

Adjustments for autoconf changes in oe-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-02-28 10:13:43 -08:00
parent 3ff6af6720
commit 59f822ceb7
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -39,6 +39,7 @@ CFLAGS += "-I${STAGING_INCDIR}/tcl${VER}"
inherit autotools features_check pkgconfig
AUTOTOOLS_SCRIPT_PATH = "${S}/unix"
EXTRA_AUTORECONF += "--exclude=aclocal"
# depends on virtual/libx11
REQUIRED_DISTRO_FEATURES = "x11"