From patchwork Wed Aug 8 05:11:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] tcl: uncomment a line that causing TCL_SRC_DIR point to the workdir Date: Wed, 08 Aug 2012 05:11:16 -0000 From: jackie huang X-Patchwork-Id: 34073 Message-Id: To: Cc: Liezhi.Yang@windriver.com 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 --- The following changes since commit 1e873271362b770381903098d46c4aec164d81de: automake: Fix version reference in path substitutions (2012-08-07 23:35:54 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/expect_failed_0808 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/expect_failed_0808 Jackie Huang (1): tcl: uncomment a line that causing TCL_SRC_DIR point to the workdir. meta/recipes-devtools/tcltk/tcl_8.5.11.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)