diff options
author | Ross Burton <ross.burton@arm.com> | 2024-12-19 14:11:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-20 12:47:19 +0000 |
commit | 4225b7fd4a964877cb249da0a3907ac74978e757 (patch) | |
tree | 5e28db7b9f3d51357ce52c888e4012ea634969e3 /meta | |
parent | ab9ab8d46114367f4f3b574631a3444e111b61af (diff) | |
download | poky-4225b7fd4a964877cb249da0a3907ac74978e757.tar.gz |
tcl8: 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: 34b354f82aa3d28820ecb29f463cbbb97c7c345a)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb b/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb index 928124148c..b13102dd7a 100644 --- a/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb +++ b/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb | |||
@@ -38,6 +38,8 @@ VER = "${PV}" | |||
38 | inherit autotools ptest binconfig | 38 | inherit autotools ptest binconfig |
39 | 39 | ||
40 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" | 40 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" |
41 | EXTRA_AUTORECONF = "--exclude=aclocal" | ||
42 | |||
41 | EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix=tcl8" | 43 | EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix=tcl8" |
42 | 44 | ||
43 | # Prevent installing copy of tzdata based on tzdata installation on the build host | 45 | # Prevent installing copy of tzdata based on tzdata installation on the build host |