From 59f822ceb7a788a6da80eeb0ea909a03e72f81a0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 28 Feb 2025 10:13:43 -0800 Subject: tk8: Exclude aclocal so existing macros are used Adjustments for autoconf changes in oe-core Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb b/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb index f277b86d91..9474f3e897 100644 --- a/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb +++ b/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb @@ -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" -- cgit v1.2.3-54-g00ecf