summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorJiaying Song <jiaying.song.cn@windriver.com>2024-12-26 16:14:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-28 10:57:00 +0000
commit95df0afff4b6968335ab9f6e35018d3e6479ec74 (patch)
tree916e0f8a7c869ddf87ea5dd83b1f51eeeddae329 /documentation
parentdc35ea04cebf815ede80529039fbe7e82cea46c3 (diff)
downloadpoky-95df0afff4b6968335ab9f6e35018d3e6479ec74.tar.gz
expect: Replace tclsh with tclsh8 in the scripts used in the Expect
Before upgrading to Tcl 9.0.0, running `tclsh` worked successfully, and the recipe configuration was as follows: ln -sf ./tclsh${VER} ${D}${bindir}/tclsh After upgrading to Tcl 9.0.0, to ensure compatibility with Expect, Tcl 8.6.15 was additionally included. To distinguish between the two versions, the configuration was set as: ln -sf ./tclsh${VER} ${D}${bindir}/tclsh8 Therefore, the input needs to be `tclsh8` to work properly, which means the `tclsh` references in the Expect-related scripts need to be changed to `tclsh8`. (From OE-Core rev: 77c193690fa965fb350aa9c14fb3d20cee97e30c) Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
0 files changed, 0 insertions, 0 deletions