summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-26 14:36:38 +0000
committerRoss Burton <ross.burton@arm.com>2025-02-27 20:28:17 +0000
commitb3ac051874061523b77166e13f504d1206636549 (patch)
treee38fd323c627af8728b3348a89eb35516a78020b
parent3083eb9f273b470e3434e5d78f2e8d30e7cef153 (diff)
downloadmeta-openembedded-b3ac051874061523b77166e13f504d1206636549.tar.gz
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>
-rw-r--r--meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb1
1 files changed, 1 insertions, 0 deletions
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"
35inherit autotools features_check pkgconfig 35inherit autotools features_check pkgconfig
36 36
37AUTOTOOLS_SCRIPT_PATH = "${S}/unix" 37AUTOTOOLS_SCRIPT_PATH = "${S}/unix"
38EXTRA_AUTORECONF += "--exclude=aclocal"
38 39
39# depends on virtual/libx11 40# depends on virtual/libx11
40REQUIRED_DISTRO_FEATURES = "x11" 41REQUIRED_DISTRO_FEATURES = "x11"