diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-02-28 10:13:43 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-28 10:22:01 -0800 |
commit | 59f822ceb7a788a6da80eeb0ea909a03e72f81a0 (patch) | |
tree | 10249dcb2c646db3359b715d6f21ab6a51bcd49a | |
parent | 3ff6af672037b8d0a1137406cce790edba109b7a (diff) | |
download | meta-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.bb | 1 |
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}" | |||
39 | inherit autotools features_check pkgconfig | 39 | inherit autotools features_check pkgconfig |
40 | 40 | ||
41 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" | 41 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" |
42 | EXTRA_AUTORECONF += "--exclude=aclocal" | ||
42 | 43 | ||
43 | # depends on virtual/libx11 | 44 | # depends on virtual/libx11 |
44 | REQUIRED_DISTRO_FEATURES = "x11" | 45 | REQUIRED_DISTRO_FEATURES = "x11" |