mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
8472a79966
commit
0452d8b2a0
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user