From b3ac051874061523b77166e13f504d1206636549 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 26 Feb 2025 14:36:38 +0000 Subject: 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 --- meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb b/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb index 6cf1eecad1..b898e047b0 100644 --- a/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb +++ b/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb @@ -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" -- cgit v1.2.3-54-g00ecf