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. Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb b/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb index 928124148ce..b13102dd7af 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}" inherit autotools ptest binconfig AUTOTOOLS_SCRIPT_PATH = "${S}/unix" +EXTRA_AUTORECONF = "--exclude=aclocal" + EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix=tcl8" # Prevent installing copy of tzdata based on tzdata installation on the build host -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#208914): https://lists.openembedded.org/g/openembedded-core/message/208914 Mute This Topic: https://lists.openembedded.org/mt/110197925/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
