]> code.ossystems Code Review - openembedded-core.git/commit
autotools.bbclass: Set the dynamic linker search path for libtool correctly
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Sep 2011 07:57:31 +0000 (08:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2012 16:27:01 +0000 (16:27 +0000)
commit5e41e0973a9be890ac310e1bbf465fcd08b0add5
tree097c3de18037ede9525b80eba4208561e353b93a
parent1194935707f4acd9029b36769bc0320ba0a90163
autotools.bbclass: Set the dynamic linker search path for libtool correctly

libtool obtains the search path from /etc/ld.so.conf and hardcodes /usr/lib
and /lib. This results in host contamination and variable sets of RPATH
values ending up in binaries.

By exporting the correct values for all autotools recipes we avoid this.

(From OE-Core rev: 93e595d5c89ebacdb8d1e6fcfe6f58fe2d30de28)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/autotools.bbclass
meta/classes/native.bbclass