]> code.ossystems Code Review - openembedded-core.git/commit
tcl: fix target recipe build issue on older distros
authorNitin A Kamble <nitin.a.kamble@intel.com>
Thu, 26 Apr 2012 22:53:19 +0000 (15:53 -0700)
committerScott Garman <scott.a.garman@intel.com>
Tue, 31 Jul 2012 22:07:33 +0000 (15:07 -0700)
commit8e25fe0ecc3d6fe2d5456b525c5014554bc70cfe
tree60ec8b475004bb8d5e641a600285fa7bf1d0b386
parente82c2f0b91611f3e755985bb8d1608ca5792e825
tcl: fix target recipe build issue on older distros

the builddir is put in front of the LD_LIBRARY_PATH, causing dynamically
linking of target library with native tclsh.

Fix this behavior to cross build tcl correctly.

This issue got exposed when eglibc-2.15 was configured for the target.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch [new file with mode: 0644]
meta/recipes-devtools/tcltk/tcl_8.5.11.bb