generic-poky/meta/recipes-devtools/tcltk/tcl
Robert Yang 13c016e013 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]

(From OE-Core rev: a263281d9c774a03cce76caa3cc477cc85a9c2a9)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-19 16:32:10 +00:00
..
alter-includedir.patch tcl: fix the TCL_INCLUDE_SPEC 2014-01-19 16:32:10 +00:00
fix-configure.patch recipes: Update upstream-status of patches 2011-05-13 11:02:19 +01:00
fix_issue_with_old_distro_glibc.patch tcl: Install header into 8.6 instead of PN-PV in user/include 2013-11-20 14:03:24 +00:00
fix_non_native_build_issue.patch tcl: Install header into 8.6 instead of PN-PV in user/include 2013-11-20 14:03:24 +00:00
no_packages.patch tcl: Install header into 8.6 instead of PN-PV in user/include 2013-11-20 14:03:24 +00:00
run-ptest tcl: enable ptest support 2014-01-10 15:16:49 +00:00
tcl-add-soname.patch tcl: Install header into 8.6 instead of PN-PV in user/include 2013-11-20 14:03:24 +00:00
tcl-remove-hardcoded-install-path.patch tcl: Install header into 8.6 instead of PN-PV in user/include 2013-11-20 14:03:24 +00:00