tcl: uncomment a line that causing TCL_SRC_DIR point to the workdir.
authorJackie Huang <jackie.huang@windriver.com>
Wed, 8 Aug 2012 05:11:17 +0000 (13:11 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Aug 2012 13:26:38 +0000 (14:26 +0100)
commitfdb5cc03ce5d4a855bf0ae0353f28449ab04ecdc
treeed34fd0df3a23da59b112f7e69ec0659155fb9cf
parent6cd9311b3ad664b8f5d0137712dd5f67261b2814
tcl: uncomment a line that causing TCL_SRC_DIR point to the workdir.

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.

(From OE-Core rev: 1037c80f63922ffdec54b0eade80ec0e89062b22)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/tcltk/tcl_8.5.11.bb