mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0b7d336937
commit
ab9ab8d461
@@ -35,6 +35,8 @@ VER = "${PV}"
|
||||
inherit autotools ptest binconfig
|
||||
|
||||
AUTOTOOLS_SCRIPT_PATH = "${S}/unix"
|
||||
EXTRA_AUTORECONF = "--exclude=aclocal"
|
||||
|
||||
EXTRA_OECONF = "--disable-rpath --enable-man-suffix=tcl9"
|
||||
|
||||
# Prevent installing copy of tzdata based on tzdata installation on the build host
|
||||
|
||||
Reference in New Issue
Block a user