summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-12-19 14:11:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-20 12:47:19 +0000
commitab9ab8d46114367f4f3b574631a3444e111b61af (patch)
treeb2b5f2de6c7339261a18de1d2d546a0c93b9bcd2 /meta/recipes-devtools
parent0b7d336937f09e4f7a9deef9cb1fe2d55ddfb462 (diff)
downloadpoky-ab9ab8d46114367f4f3b574631a3444e111b61af.tar.gz
tcl: don't run aclocal in do_configure
tcl has a hand-maintained aclocal.m4 so don't run aclocal, which has the side effect of not deleting the aclocal.m4 file which pulls in macros. The build works without this change more through luck and a combination of behaviours than design. (From OE-Core rev: f2f0edb229a62e63807dd4b4ec2944e7cd06d364) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/tcltk/tcl_9.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_9.0.0.bb b/meta/recipes-devtools/tcltk/tcl_9.0.0.bb
index 46e8e7d5c5..b67847c526 100644
--- a/meta/recipes-devtools/tcltk/tcl_9.0.0.bb
+++ b/meta/recipes-devtools/tcltk/tcl_9.0.0.bb
@@ -35,6 +35,8 @@ VER = "${PV}"
35inherit autotools ptest binconfig 35inherit autotools ptest binconfig
36 36
37AUTOTOOLS_SCRIPT_PATH = "${S}/unix" 37AUTOTOOLS_SCRIPT_PATH = "${S}/unix"
38EXTRA_AUTORECONF = "--exclude=aclocal"
39
38EXTRA_OECONF = "--disable-rpath --enable-man-suffix=tcl9" 40EXTRA_OECONF = "--disable-rpath --enable-man-suffix=tcl9"
39 41
40# Prevent installing copy of tzdata based on tzdata installation on the build host 42# Prevent installing copy of tzdata based on tzdata installation on the build host