From patchwork Tue Aug 14 12:13:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, REQUEST, 43/64] tcl: uncomment a line that causing TCL_SRC_DIR point to the workdir. Date: Tue, 14 Aug 2012 12:13:30 -0000 From: Saul Wold X-Patchwork-Id: 34543 Message-Id: <1532d097bb00ab4ec486c22a4f06dafa89ee52dd.1344946189.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Jackie Huang The line 'sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh' is commented somehow in previous commit, so that TCL_SRC_DIR point to the tcl workdir which will cause package that use it fail to configure or compile when the tcl workdir is removed, so uncomment it back. Signed-off-by: Jackie Huang Signed-off-by: Saul Wold --- meta/recipes-devtools/tcltk/tcl_8.5.11.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb index f19e25a..e5fe7d3 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb @@ -46,7 +46,7 @@ do_install() { autotools_do_install oe_libinstall -so libtcl8.5 ${STAGING_LIBDIR} ln -sf ./tclsh8.5 ${D}${bindir}/tclsh - #sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh + sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh sed -i "s,-L${libdir},-L=${libdir},g" tclConfig.sh sed -i "s,-I${includedir},-I=${includedir},g" tclConfig.sh install -d ${D}${bindir_crossscripts}