diff options
Diffstat (limited to 'meta/recipes-devtools/tcltk/tcl_8.6.1.bb')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.6.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.1.bb b/meta/recipes-devtools/tcltk/tcl_8.6.1.bb index be59ad1376..c5eb20581b 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6.1.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.6.1.bb | |||
@@ -48,6 +48,7 @@ do_compile_prepend() { | |||
48 | do_install() { | 48 | do_install() { |
49 | autotools_do_install install-private-headers | 49 | autotools_do_install install-private-headers |
50 | ln -sf ./tclsh${VER} ${D}${bindir}/tclsh | 50 | ln -sf ./tclsh${VER} ${D}${bindir}/tclsh |
51 | ln -sf tclsh8.6 ${D}${bindir}/tclsh${VER} | ||
51 | sed -i "s+-L${B}+-L${STAGING_LIBDIR}+g" tclConfig.sh | 52 | sed -i "s+-L${B}+-L${STAGING_LIBDIR}+g" tclConfig.sh |
52 | sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh | 53 | sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh |
53 | sed -i "s,-L${libdir},-L=${libdir},g" tclConfig.sh | 54 | sed -i "s,-L${libdir},-L=${libdir},g" tclConfig.sh |