diff options
| -rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.5.11.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb index 1d43371209..d5cf6dc167 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb | |||
| @@ -46,8 +46,9 @@ do_install() { | |||
| 46 | autotools_do_install | 46 | autotools_do_install |
| 47 | oe_libinstall -so libtcl8.5 ${STAGING_LIBDIR} | 47 | oe_libinstall -so libtcl8.5 ${STAGING_LIBDIR} |
| 48 | ln -sf ./tclsh8.5 ${D}${bindir}/tclsh | 48 | ln -sf ./tclsh8.5 ${D}${bindir}/tclsh |
| 49 | sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh | 49 | #sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh |
| 50 | sed -i "s,-L${libdir},," tclConfig.sh | 50 | sed -i "s,-L${libdir},-L=${libdir},g" tclConfig.sh |
| 51 | sed -i "s,-I${includedir},-I=${includedir},g" tclConfig.sh | ||
| 51 | install -d ${STAGING_BINDIR_CROSS}/ | 52 | install -d ${STAGING_BINDIR_CROSS}/ |
| 52 | install -m 0755 tclConfig.sh ${STAGING_BINDIR_CROSS} | 53 | install -m 0755 tclConfig.sh ${STAGING_BINDIR_CROSS} |
| 53 | cd .. | 54 | cd .. |
