mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ab9ab8d461
commit
4225b7fd4a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user