(e)glibc-package: set LD_LIBRARY_PATH on binary locale generation
authorRoman I Khimov <khimov@altell.ru>
Fri, 15 May 2009 12:25:49 +0000 (16:25 +0400)
committerRoman I Khimov <khimov@altell.ru>
Sun, 17 May 2009 05:23:59 +0000 (09:23 +0400)
commit6065fa491c009118ae282ae933215649cccfcd24
tree8fa6f263caaf3b601874175fe475d9acd825127a
parent6d64144303ee883e6248578a2027eb29b5d8e6e8
(e)glibc-package: set LD_LIBRARY_PATH on binary locale generation

Locale generation might fail with SIGSEGV if host libs get messed with target
libs, that might easily happen via /etc/ld.so.cache when building x86(_64)
target on x86(_64) host. So explicitly specify LD_LIBRARY_PATH to prevent that.

Acked-by: Tom Rini <trini@embeddedalley.com>
recipes/eglibc/eglibc-package.bbclass
recipes/glibc/glibc-package.bbclass