summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-02-28 10:13:43 -0800
committerKhem Raj <raj.khem@gmail.com>2025-02-28 10:22:01 -0800
commit59f822ceb7a788a6da80eeb0ea909a03e72f81a0 (patch)
tree10249dcb2c646db3359b715d6f21ab6a51bcd49a
parent3ff6af672037b8d0a1137406cce790edba109b7a (diff)
downloadmeta-openembedded-59f822ceb7a788a6da80eeb0ea909a03e72f81a0.tar.gz
tk8: Exclude aclocal so existing macros are used
Adjustments for autoconf changes in oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb1
1 files changed, 1 insertions, 0 deletions
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}"
39inherit autotools features_check pkgconfig 39inherit autotools features_check pkgconfig
40 40
41AUTOTOOLS_SCRIPT_PATH = "${S}/unix" 41AUTOTOOLS_SCRIPT_PATH = "${S}/unix"
42EXTRA_AUTORECONF += "--exclude=aclocal"
42 43
43# depends on virtual/libx11 44# depends on virtual/libx11
44REQUIRED_DISTRO_FEATURES = "x11" 45REQUIRED_DISTRO_FEATURES = "x11"