]> code.ossystems Code Review - openembedded-core.git/commit
native.bbclass: generate libdir from libdir_native
authorYu Ke <ke.yu@intel.com>
Mon, 11 Jul 2011 07:23:14 +0000 (15:23 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jul 2011 13:52:32 +0000 (14:52 +0100)
commitfe45ef3d77d963136a13687bc14165a30e170d23
treedf5d8a851fecf29bbaed6308c3c26cf1421c1831
parentd3c5f93714165e5c089ce80194f2be07e31d920c
native.bbclass: generate libdir from libdir_native

currently, the libdir in native.bbclass is inherited from target libdir
defined in bitbake.conf. This is not correct in concept, instead, it
should be inherited from libdir_native. Current code works because both
the target libdir and libdir_native are the same value "/usr/lib".
But if libdir changes (e.g. to /usr/lib64), then build will break.

This patch make libdir generated from libdir_native to fix this issue.

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/native.bbclass