]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
tcl: correctly symlink tclsh to 9.0 version
authorAlexander Kanavin <alex@linutronix.de>
Tue, 12 Nov 2024 13:59:55 +0000 (14:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Nov 2024 11:56:44 +0000 (11:56 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/tcltk/tcl_9.0.0.bb

index b3968b5be14b31d8f19e182552fe9e4c45e0f14a..a6e1dfbb5bef4f87fc04ebecbf4b69dd4dabde62 100644 (file)
@@ -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}