]> code.ossystems Code Review - openembedded-core.git/commit
tcl: Install header into 8.6 instead of PN-PV in user/include
authorKhem Raj <raj.khem@gmail.com>
Tue, 12 Nov 2013 04:07:15 +0000 (20:07 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Nov 2013 14:02:53 +0000 (14:02 +0000)
commit67f44193135c789e478410347ff58ed110ed9484
treec244e4b1a3e3e09c043cb984704cce51460a2614
parentd3caab6eb03264b4f4d744f914598022299011ba
tcl: Install header into 8.6 instead of PN-PV in user/include

This helps in compiling other programs like expect which
depend on private headers but 8.5, 8.6 and so on is enough
granularity and currently we had 8.6.x and so on which
means that expect recipe will need to be touched whenever there
is minor update of tcl.

Additionally the encode creating symlink to shared object in
patch and remove it from recipe

Refresh patches after making changes to Configure.in we
propertly generate configure and not patch is directly as
was the case.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/tcltk/tcl/alter-includedir.patch [new file with mode: 0644]
meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch
meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch
meta/recipes-devtools/tcltk/tcl/no_packages.patch
meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch
meta/recipes-devtools/tcltk/tcl_8.6.1.bb