summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.5.11.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb
index e5fe7d35c0..fab6057d66 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb
@@ -44,7 +44,7 @@ do_compile_prepend() {
44 44
45do_install() { 45do_install() {
46 autotools_do_install 46 autotools_do_install
47 oe_libinstall -so libtcl8.5 ${STAGING_LIBDIR} 47 oe_libinstall -so libtcl8.5 ${D}${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},-L=${libdir},g" tclConfig.sh 50 sed -i "s,-L${libdir},-L=${libdir},g" tclConfig.sh
@@ -54,8 +54,8 @@ do_install() {
54 cd .. 54 cd ..
55 for dir in compat generic unix 55 for dir in compat generic unix
56 do 56 do
57 install -d ${STAGING_INCDIR}/tcl${PV}/$dir 57 install -d ${D}${includedir}/tcl${PV}/$dir
58 install -m 0644 $dir/*.h ${STAGING_INCDIR}/tcl${PV}/$dir/ 58 install -m 0644 $dir/*.h ${D}${includedir}/tcl${PV}/$dir/
59 done 59 done
60} 60}
61 61