diff options
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_9.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_9.0.0.bb b/meta/recipes-devtools/tcltk/tcl_9.0.0.bb index b3968b5be1..a6e1dfbb5b 100644 --- a/meta/recipes-devtools/tcltk/tcl_9.0.0.bb +++ b/meta/recipes-devtools/tcltk/tcl_9.0.0.bb | |||
@@ -47,7 +47,7 @@ do_install() { | |||
47 | autotools_do_install | 47 | autotools_do_install |
48 | oe_runmake 'DESTDIR=${D}' install-private-headers | 48 | oe_runmake 'DESTDIR=${D}' install-private-headers |
49 | ln -sf ./tclsh${VER} ${D}${bindir}/tclsh | 49 | ln -sf ./tclsh${VER} ${D}${bindir}/tclsh |
50 | ln -sf tclsh8.6 ${D}${bindir}/tclsh${VER} | 50 | ln -sf tclsh9.0 ${D}${bindir}/tclsh${VER} |
51 | sed -i "s;-L${B};-L${STAGING_LIBDIR};g" tclConfig.sh | 51 | sed -i "s;-L${B};-L${STAGING_LIBDIR};g" tclConfig.sh |
52 | sed -i "s;'${WORKDIR};'${STAGING_INCDIR};g" tclConfig.sh | 52 | sed -i "s;'${WORKDIR};'${STAGING_INCDIR};g" tclConfig.sh |
53 | install -d ${D}${bindir_crossscripts} | 53 | install -d ${D}${bindir_crossscripts} |