]> code.ossystems Code Review - openembedded-core.git/commit
tcl: use AUTOTOOLS_SCRIPT_PATH
authorRoss Burton <ross.burton@arm.com>
Fri, 9 Jul 2021 16:17:38 +0000 (17:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Jul 2021 13:24:48 +0000 (14:24 +0100)
commit40516f7db7c29d956038fc74dc7d8c3a7b62325a
treee58dd06cd061eadfc614a8de8de74785cecc6f4a
parentfed52484e60cbaaa19c30959bdbf70c9bdd4d39b
tcl: use AUTOTOOLS_SCRIPT_PATH

Inside tcl the configure.ac is inside a unix/ directory.  Instead of
setting S to BPNPV/unix and having to use ../ to reach files outside of
unix, simply set S as usual and use AUTOTOOLS_SCRIPT_PATH to run the
correct configure script.

Signed-off-by: Ross Burton <ross.burton@arm.com>
meta/recipes-devtools/tcltk/tcl/alter-includedir.patch
meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch
meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch
meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch
meta/recipes-devtools/tcltk/tcl_8.6.11.bb