]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
tcl: fix sed in do_install()
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 13 Feb 2017 06:54:58 +0000 (22:54 -0800)
committerRobert Yang <liezhi.yang@windriver.com>
Mon, 20 Feb 2017 02:21:12 +0000 (02:21 +0000)
commit9c6af066d46ac01df8954b4a8c8ad8f7ee469e84
tree7c29acd981fe138d055592c92a1fabd806ba9e18
parent0a3a087f8c908c934562f4ca8cc907db53edf128
tcl: fix sed in do_install()

The command:
sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh

was used for replacing "${WORKDIR}", but it also replaced
"-L${WORKDIR}", but binconfig.bbclass would replace "-L${WORKDIR}", too,
which caused incorrect result, use "'${WORKDIR}" to fix the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/tcltk/tcl_8.6.6.bb