mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
tcl: correctly symlink tclsh to 9.0 version
(From OE-Core rev: 5875448ae501e40627ed291ad93c129d6c7288e0) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9d739fd042
commit
df62e8824a
@@ -47,7 +47,7 @@ do_install() {
|
||||
autotools_do_install
|
||||
oe_runmake 'DESTDIR=${D}' install-private-headers
|
||||
ln -sf ./tclsh${VER} ${D}${bindir}/tclsh
|
||||
ln -sf tclsh8.6 ${D}${bindir}/tclsh${VER}
|
||||
ln -sf tclsh9.0 ${D}${bindir}/tclsh${VER}
|
||||
sed -i "s;-L${B};-L${STAGING_LIBDIR};g" tclConfig.sh
|
||||
sed -i "s;'${WORKDIR};'${STAGING_INCDIR};g" tclConfig.sh
|
||||
install -d ${D}${bindir_crossscripts}
|
||||
|
||||
Reference in New Issue
Block a user