]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Apr 2012 09:36:19 +0000 (10:36 +0100)
commit76e8df78bdb641b045e34dcf01d7b9eb626401dc
tree49beb57c8d4ba8854c41fc860ca1be0127a3fd06
parent08a251a8dcbac85e0627a886bfff0907d950da7f
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