]> code.ossystems Code Review - openembedded-core.git/commit
autotools.bbclass: libtool sysroot support changes
authorScott Garman <scott.a.garman@intel.com>
Tue, 21 Dec 2010 22:17:58 +0000 (14:17 -0800)
committerSaul Wold <sgw@linux.intel.com>
Fri, 21 Jan 2011 09:36:15 +0000 (01:36 -0800)
commit1a7509d673023da5d1db579450beb897129a30e8
tree8650f296869fe3f235e9d43d5c3288bfbf6840bb
parentded899b5804c7ceb108e9476d1164f7da0adfb34
autotools.bbclass: libtool sysroot support changes

We do not do it for native recipes, as the native compiler should
fall back to a prefix of /usr and not solely depend on the sysroot.
Otherwise we end up staging everything in the native sysroot before
we start to build target recipes.

Also remove la mangling code, which is no longer necessary.

Commit derived from Khem Raj's OE commits.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/classes/autotools.bbclass