]> code.ossystems Code Review - openembedded-core.git/commit
tcl: fix the TCL_INCLUDE_SPEC
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 17 Jan 2014 09:16:51 +0000 (17:16 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Jan 2014 10:33:34 +0000 (10:33 +0000)
commita263281d9c774a03cce76caa3cc477cc85a9c2a9
tree794426f43b42b2ac1f892111d53bec38eb8496c4
parenta9ff0bbac5ae0688525c71f0a358f0750a277269
tcl: fix the TCL_INCLUDE_SPEC

We have moved the header files to ${includedir}/tcl${VERSION}, but we
didn't fix the TCL_INCLUDE_SPEC which is still ${includedir}, it should
also be ${includedir}/tcl${VERSION}

Note: this commit modifiey alter-includedir.patch, so it doesn't look
very clear, I only fixed one line in both configure and configure.in:

-eval "TCL_INCLUDE_SPEC=\"-I${includedir}\""
+eval "TCL_INCLUDE_SPEC=\"-I${includedir}/tcl${VERSION}\""

The other changes are because I use git to create the patch while the
previous one uses svn.

[YOCTO #5732]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/tcltk/tcl/alter-includedir.patch